JXTA

Uses of Class
net.jxta.impl.endpoint.tls.TlsConn.HandshakeState

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
 

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.
static TlsConn.HandshakeState TlsConn.HandshakeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TlsConn.HandshakeState[] TlsConn.HandshakeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jxta.impl.endpoint.tls with parameters of type TlsConn.HandshakeState
(package private)  void TlsConn.close(TlsConn.HandshakeState finalstate)
          Close this connection.
(package private)  TlsConn.HandshakeState TlsConn.setHandshakeState(TlsConn.HandshakeState newstate)
          Changes the state of the connection.
 


JXSE