JXTA

Uses of Class
net.jxta.impl.endpoint.tls.JTlsOutputStream

Packages that use JTlsOutputStream
net.jxta.impl.endpoint.tls A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets. 
 

Uses of JTlsOutputStream in net.jxta.impl.endpoint.tls
 

Fields in net.jxta.impl.endpoint.tls declared as JTlsOutputStream
(package private)  JTlsOutputStream TlsSocket.output
           
 

Constructors in net.jxta.impl.endpoint.tls with parameters of type JTlsOutputStream
TlsSocket(JTlsInputStream useInput, JTlsOutputStream useOutput)
          Creates a new instance of TlsSocket
 


JXSE