Uses of Class net.jxta.impl.endpoint.tcp.TcpTransport (Project JXTA J2SE) function windowTitle() { parent.document.title="Uses of Class net.jxta.impl.endpoint.tcp.TcpTransport (Project JXTA J2SE)"; } Overview Package Class Use Tree Deprecated Index Help Project JXTA PREV NEXT FRAMES NO FRAMES if(window==top) { document.writeln('All Classes'); } //--> All Classes Uses of Classnet.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(java.net.Socket incSocket, TcpTransport p) Creates a new connection from an incoming socket IncomingUnicastServer(TcpTransport owner, java.net.InetAddress serverInterface, int serverPort) Constructor for the TCP server Overview Package Class Use Tree Deprecated Index Help JXTA J2SE PREV NEXT FRAMES NO FRAMES if(window==top) { document.writeln('All Classes'); } //--> All Classes