|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.endpoint.tls.TlsConn.HandshakeState
static class TlsConn.HandshakeState
Tracks the state of our TLS connection with a remote peer.
Field Summary | |
---|---|
static TlsConn.HandshakeState |
CLIENTSTART
Handshake is ready to begin. |
static TlsConn.HandshakeState |
CONNECTIONCLOSING
Connection is closing. |
static TlsConn.HandshakeState |
CONNECTIONDEAD
Connection has died. |
static TlsConn.HandshakeState |
HANDSHAKEFAILED
Handshake failed to complete. |
static TlsConn.HandshakeState |
HANDSHAKEFINISHED
Handshake completed successfully. |
static TlsConn.HandshakeState |
HANDSHAKESTARTED
Handshake is in progress. |
static TlsConn.HandshakeState |
SERVERSTART
Handshake is ready to begin. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field 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
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |