Project JXTA

Uses of Class
net.jxta.impl.endpoint.tcp.TcpConnection

Packages that use TcpConnection
net.jxta.impl.endpoint.tcp A JXTA MessageTransport implementation which uses raw TCP/IP sockets. 
 

Uses of TcpConnection in net.jxta.impl.endpoint.tcp
 

Fields in net.jxta.impl.endpoint.tcp declared as TcpConnection
(package private)  TcpConnection TcpMessenger.conn
          The connection
 

Constructors in net.jxta.impl.endpoint.tcp with parameters of type TcpConnection
TcpMessenger(EndpointAddress destaddr, TcpConnection conn, TcpTransport p)
          Create a new TcpNonBlockingMessenger for the specified address.
 


JXTA J2SE