Uses of Enum
net.i2p.router.transport.udp.InboundEstablishState.InboundState
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of InboundEstablishState.InboundState in net.i2p.router.transport.udp
Modifier and TypeFieldDescriptionprotected InboundEstablishState.InboundState
InboundEstablishState._currentState
Modifier and TypeMethodDescriptionInboundEstablishState.getState()
Returns the enum constant of this type with the specified name.static InboundEstablishState.InboundState[]
InboundEstablishState.InboundState.values()
Returns an array containing the constants of this enum type, in the order they are declared.