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

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

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

Methods in net.i2p.router.transport.tcp that return TCPAddress
 TCPAddress TCPListener.ListenerRunner.getMyAddress()
           
 TCPAddress TCPConnection.getRemoteAddress()
          What is the peer's TCP address (using the IP address not hostname)
 

Methods in net.i2p.router.transport.tcp with parameters of type TCPAddress
(package private)  boolean TCPTransport.allowAddress(TCPAddress address)
          Is the given address a valid one that we could listen to or contact?
 void TCPConnection.setRemoteAddress(TCPAddress addr)
          What is the peer's TCP address (using the IP address not hostname)
 

Constructors in net.i2p.router.transport.tcp with parameters of type TCPAddress
TCPListener.ListenerRunner(TCPAddress address)