Uses of Interface
net.i2p.client.I2PSessionMuxedListener
Packages that use I2PSessionMuxedListener
Package
Description
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
Implements the base I2P SDK for developing applications that communicate
through I2P.
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
A small API used by UDP tunnels.
The SAM client API.
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
-
Uses of I2PSessionMuxedListener in net.i2p.client
Methods in net.i2p.client with parameters of type I2PSessionMuxedListenerModifier and TypeMethodDescriptionvoid
I2PSession.addMuxedSessionListener
(I2PSessionMuxedListener l, int proto, int port) Listen on specified protocol and port, and receive notification of proto, fromPort, and toPort for every message. -
Uses of I2PSessionMuxedListener in net.i2p.client.impl
Classes in net.i2p.client.impl that implement I2PSessionMuxedListenerModifier and TypeClassDescriptionclass
Implement multiplexing with a 1-byte 'protocol' and a two-byte 'port'.Methods in net.i2p.client.impl with parameters of type I2PSessionMuxedListenerModifier and TypeMethodDescriptionvoid
I2PSessionDemultiplexer.addMuxedListener
(I2PSessionMuxedListener l, int proto, int port) For those that do care UDP perhapsvoid
I2PSessionImpl2.addMuxedSessionListener
(I2PSessionMuxedListener l, int proto, int port) void
I2PSessionMuxedImpl.addMuxedSessionListener
(I2PSessionMuxedListener l, int proto, int port) Listen on specified protocol and port, and receive notification of proto, fromPort, and toPort for every message. -
Uses of I2PSessionMuxedListener in net.i2p.client.streaming.impl
Classes in net.i2p.client.streaming.impl that implement I2PSessionMuxedListenerModifier and TypeClassDescription(package private) class
Receive raw information from the I2PSession and turn it into Packets, if we can. -
Uses of I2PSessionMuxedListener in net.i2p.i2ptunnel.udp
Classes in net.i2p.i2ptunnel.udp that implement I2PSessionMuxedListener -
Uses of I2PSessionMuxedListener in net.i2p.sam
Classes in net.i2p.sam that implement I2PSessionMuxedListenerModifier and TypeClassDescription(package private) class
A session that does nothing, but implements interfaces for raw, datagram, and streaming for convenience. -
Uses of I2PSessionMuxedListener in org.klomp.snark
Classes in org.klomp.snark that implement I2PSessionMuxedListenerModifier and TypeClassDescription(package private) class
One of these for all trackers and info hashes. -
Uses of I2PSessionMuxedListener in org.klomp.snark.dht
Classes in org.klomp.snark.dht that implement I2PSessionMuxedListener