Project JXTA

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

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

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

Constructors in net.jxta.impl.endpoint.tcp with parameters of type TcpTransport
TcpMessenger(EndpointAddress destaddr, TcpConnection conn, TcpTransport p)
          Create a new TcpNonBlockingMessenger for the specified address.
TcpMessenger(EndpointAddress destaddr, TcpTransport p)
          Create a new TcpNonBlockingMessenger for the specified address.
TcpConnection(EndpointAddress destaddr, TcpTransport p)
          Creates a new TcpConnection for the specified destination address.
TcpConnection(Socket incSocket, TcpTransport p)
          Creates a new connection from an incoming socket
IncomingUnicastServer(TcpTransport owner, InetAddress serverInterface, int preferedPort, int startPort, int endPort)
          Constructor for the TCP server
 


JXTA J2SE