Uses of Class
net.i2p.router.transport.udp.UDPAddress
Package | Description |
---|---|
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 Modifier and Type Method Description UDPAddress
OutboundEstablishState. getRemoteAddress()
Constructors in net.i2p.router.transport.udp with parameters of type UDPAddress Constructor Description OutboundEstablishState(RouterContext ctx, RemoteHostId claimedAddress, RemoteHostId remoteHostId, RouterIdentity remotePeer, boolean allowExtendedOptions, boolean needIntroduction, SessionKey introKey, UDPAddress addr, DHSessionKeyBuilder.Factory dh)