Package | Description |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Method and Description |
---|---|
OutboundEstablishState.OutboundState |
OutboundEstablishState.getState() |
static OutboundEstablishState.OutboundState |
OutboundEstablishState.OutboundState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundEstablishState.OutboundState[] |
OutboundEstablishState.OutboundState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|