Uses of Class
net.i2p.router.transport.udp.UDPEndpoint
Packages that use UDPEndpoint
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of UDPEndpoint in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp with parameters of type UDPEndpointModifier and TypeMethodDescriptionvoid
UDPTransport.fail
(UDPEndpoint endpoint) The endpoint has failed.Constructor parameters in net.i2p.router.transport.udp with type arguments of type UDPEndpointModifierConstructorDescriptionPacketPusher
(RouterContext ctx, OutboundMessageFragments fragments, List<UDPEndpoint> endpoints)