Uses of Interface
net.i2p.router.transport.udp.SocketListener
-
Packages that use SocketListener 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 SocketListener in net.i2p.router.transport.udp
Classes in net.i2p.router.transport.udp that implement SocketListener Modifier and Type Class Description (package private) class
UDPEndpoint
Coordinate the low-level datagram socket, creating and managing the UDPSender and UDPReceiver.Constructors in net.i2p.router.transport.udp with parameters of type SocketListener Constructor Description UDPReceiver(RouterContext ctx, UDPTransport transport, DatagramSocket socket, String name, SocketListener lsnr)
UDPSender(RouterContext ctx, DatagramSocket socket, String name, SocketListener lsnr)
-