|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TlsConn.HandshakeState>
net.jxta.impl.endpoint.tls.TlsConn.HandshakeState
static enum TlsConn.HandshakeState
Tracks the state of our TLS connection with a remote peer.
Enum Constant Summary | |
---|---|
CLIENTSTART
Handshake is ready to begin. |
|
CONNECTIONCLOSING
Connection is closing. |
|
CONNECTIONDEAD
Connection has died. |
|
HANDSHAKEFAILED
Handshake failed to complete. |
|
HANDSHAKEFINISHED
Handshake completed successfully. |
|
HANDSHAKESTARTED
Handshake is in progress. |
|
SERVERSTART
Handshake is ready to begin. |
Method Summary | |
---|---|
static TlsConn.HandshakeState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TlsConn.HandshakeState[] |
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 TlsConn.HandshakeState CLIENTSTART
public static final TlsConn.HandshakeState SERVERSTART
public static final TlsConn.HandshakeState HANDSHAKESTARTED
public static final TlsConn.HandshakeState HANDSHAKEFAILED
public static final TlsConn.HandshakeState HANDSHAKEFINISHED
public static final TlsConn.HandshakeState CONNECTIONCLOSING
public static final TlsConn.HandshakeState CONNECTIONDEAD
Method Detail |
---|
public static TlsConn.HandshakeState[] values()
for (TlsConn.HandshakeState c : TlsConn.HandshakeState.values()) System.out.println(c);
public static TlsConn.HandshakeState 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
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |