|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OutboundEstablishState.OutboundState>
net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
public static enum OutboundEstablishState.OutboundState
Enum Constant Summary | |
---|---|
OB_STATE_CONFIRMED_COMPLETELY
we have received a data packet |
|
OB_STATE_CONFIRMED_PARTIALLY
we have sent one or more confirmation packets |
|
OB_STATE_CREATED_RECEIVED
we have received a signed creation packet |
|
OB_STATE_INTRODUCED
RelayResponse received |
|
OB_STATE_PENDING_INTRO
we need to have someone introduce us to the peer, but haven't received a RelayResponse yet |
|
OB_STATE_REQUEST_SENT
we have sent an initial request |
|
OB_STATE_UNKNOWN
nothin sent yet |
|
OB_STATE_VALIDATION_FAILED
SessionConfirmed failed validation |
Method Summary | |
---|---|
static OutboundEstablishState.OutboundState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OutboundEstablishState.OutboundState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OutboundEstablishState.OutboundState OB_STATE_UNKNOWN
public static final OutboundEstablishState.OutboundState OB_STATE_REQUEST_SENT
public static final OutboundEstablishState.OutboundState OB_STATE_CREATED_RECEIVED
public static final OutboundEstablishState.OutboundState OB_STATE_CONFIRMED_PARTIALLY
public static final OutboundEstablishState.OutboundState OB_STATE_CONFIRMED_COMPLETELY
public static final OutboundEstablishState.OutboundState OB_STATE_PENDING_INTRO
public static final OutboundEstablishState.OutboundState OB_STATE_INTRODUCED
public static final OutboundEstablishState.OutboundState OB_STATE_VALIDATION_FAILED
Method Detail |
---|
public static OutboundEstablishState.OutboundState[] values()
for (OutboundEstablishState.OutboundState c : OutboundEstablishState.OutboundState.values()) System.out.println(c);
public static OutboundEstablishState.OutboundState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |