| 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 and Description |
|---|---|
SendMessageOptions.Reliability | SendMessageOptions.getReliability()Message delivery reliability. |
static SendMessageOptions.Reliability | SendMessageOptions.getReliability(int flags)Message delivery reliability from raw flags. |
static SendMessageOptions.Reliability | SendMessageOptions.Reliability.valueOf(String name)Returns the enum constant of this type with the specified name. |
static SendMessageOptions.Reliability[] | SendMessageOptions.Reliability.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
void | SendMessageOptions.setReliability(SendMessageOptions.Reliability r)Set message delivery reliability. |