Uses of Class
net.i2p.router.transport.udp.InboundEstablishState.InboundState
-
Packages that use InboundEstablishState.InboundState Package Description net.i2p.router.transport.udp 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
Fields in net.i2p.router.transport.udp declared as InboundEstablishState.InboundState Modifier and Type Field Description protected InboundEstablishState.InboundState
InboundEstablishState. _currentState
Methods in net.i2p.router.transport.udp that return InboundEstablishState.InboundState Modifier and Type Method Description InboundEstablishState.InboundState
InboundEstablishState. getState()
static InboundEstablishState.InboundState
InboundEstablishState.InboundState. valueOf(String name)
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.
-