|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TlsConn.HandshakeState | |
net.jxta.impl.endpoint.tls | A JXTA MessageTransport implementation which
which provides secure, private message transmission using TLS sockets. |
Uses of TlsConn.HandshakeState in net.jxta.impl.endpoint.tls |
Fields in net.jxta.impl.endpoint.tls declared as TlsConn.HandshakeState | |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.CLIENTSTART
Handshake is ready to begin. |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.SERVERSTART
Handshake is ready to begin. |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.HANDSHAKESTARTED
Handshake is in progress. |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.HANDSHAKEFAILED
Handshake failed to complete. |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.HANDSHAKEFINISHED
Handshake completed successfully. |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.CONNECTIONCLOSING
Connection is closing. |
static TlsConn.HandshakeState |
TlsConn.HandshakeState.CONNECTIONDEAD
Connection has died. |
Methods in net.jxta.impl.endpoint.tls that return TlsConn.HandshakeState | |
(package private) TlsConn.HandshakeState |
TlsConn.getHandshakeState()
Returns the current state of the connection |
(package private) TlsConn.HandshakeState |
TlsConn.setHandshakeState(TlsConn.HandshakeState newstate)
Changes the state of the connection. |
Methods in net.jxta.impl.endpoint.tls with parameters of type TlsConn.HandshakeState | |
(package private) TlsConn.HandshakeState |
TlsConn.setHandshakeState(TlsConn.HandshakeState newstate)
Changes the state of the connection. |
(package private) void |
TlsConn.close(TlsConn.HandshakeState finalstate)
Close this connection. |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |