Uses of Class
net.i2p.router.transport.udp.OutboundEstablishState2.IntroState
-
Packages that use OutboundEstablishState2.IntroState 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 OutboundEstablishState2.IntroState in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return OutboundEstablishState2.IntroState Modifier and Type Method Description OutboundEstablishState2.IntroState
OutboundEstablishState2. getIntroState(Hash h)
static OutboundEstablishState2.IntroState
OutboundEstablishState2.IntroState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutboundEstablishState2.IntroState[]
OutboundEstablishState2.IntroState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.transport.udp with parameters of type OutboundEstablishState2.IntroState Modifier and Type Method Description void
OutboundEstablishState2. setIntroState(Hash h, OutboundEstablishState2.IntroState state)
Set the current state for the SSU2 introducer specified
-