Uses of Class
net.i2p.router.transport.udp.UDPAddress

Packages that use UDPAddress
net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. 
 

Uses of UDPAddress in net.i2p.router.transport.udp
 

Methods in net.i2p.router.transport.udp that return UDPAddress
 UDPAddress OutboundEstablishState.getRemoteAddress()
           
 

Constructors in net.i2p.router.transport.udp with parameters of type UDPAddress
OutboundEstablishState(RouterContext ctx, InetAddress remoteHost, int remotePort, RouterIdentity remotePeer, SessionKey introKey, UDPAddress addr)