Package | Description |
---|---|
net.i2p.client |
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
|
Modifier and Type | Method | Description |
---|---|---|
SendMessageOptions.GzipOption |
SendMessageOptions.getGzip() |
Overrides i2cp.gzip session option and size threshold
for this message only.
|
static SendMessageOptions.GzipOption |
SendMessageOptions.GzipOption.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SendMessageOptions.GzipOption[] |
SendMessageOptions.GzipOption.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|