Uses of Enum
net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
Packages that use OutboundEstablishState.OutboundState
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of OutboundEstablishState.OutboundState in net.i2p.router.transport.udp
Fields in net.i2p.router.transport.udp declared as OutboundEstablishState.OutboundStateModifier and TypeFieldDescriptionprotected OutboundEstablishState.OutboundState
OutboundEstablishState._currentState
Methods in net.i2p.router.transport.udp that return OutboundEstablishState.OutboundStateModifier and TypeMethodDescriptionOutboundEstablishState.getState()
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.