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 ConnectionHandler.receiveConnection()
          Blocking call to establish a TCP connection over the current socket.
 TCPConnection ConnectionBuilder.establishConnection()
          Blocking call to establish a TCP connection to the given peer through a brand new socket.
 

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

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