Uses of Class
net.i2p.router.transport.tcp.TCPConnection

Packages that use TCPConnection
net.i2p.router.transport.tcp Implements the transport for communicating with other routers via TCP/IP. 
 

Uses of TCPConnection in net.i2p.router.transport.tcp
 

Methods in net.i2p.router.transport.tcp that return TCPConnection
 TCPConnection ConnectionBuilder.establishConnection()
          Blocking call to establish a TCP connection to the given peer through a brand new socket.
 TCPConnection ConnectionHandler.receiveConnection()
          Blocking call to establish a TCP connection over the current socket.
 

Methods in net.i2p.router.transport.tcp with parameters of type TCPConnection
(package private)  void TCPTransport.connectionClosed(TCPConnection con)
           
(package private)  void TCPTransport.connectionEstablished(TCPConnection con)
          The connection specified has been fully built
 

Constructors in net.i2p.router.transport.tcp with parameters of type TCPConnection
ConnectionRunner(RouterContext ctx, TCPConnection con)
           
MessageHandler(TCPTransport transport, TCPConnection con)