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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OutboundEstablishState2.setIntroState(Hash h,
OutboundEstablishState2.IntroState state)
Set the current state for the SSU2 introducer specified
|