Uses of Class
net.i2p.client.SendMessageOptions.GzipOption
-
Packages that use SendMessageOptions.GzipOption Package Description net.i2p.client Interfaces and factories for the base I2P SDK used to develop applications that communicate through I2P. -
-
Uses of SendMessageOptions.GzipOption in net.i2p.client
Methods in net.i2p.client that return SendMessageOptions.GzipOption 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.
-