|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I2PSessionMuxedListener | |
|---|---|
| net.i2p.client | Implements the base I2P SDK for developing applications that communicate through I2P. |
| net.i2p.client.streaming | Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. |
| org.klomp.snark.dht | |
| Uses of I2PSessionMuxedListener in net.i2p.client |
|---|
| Classes in net.i2p.client that implement I2PSessionMuxedListener | |
|---|---|
class |
I2PSessionDemultiplexer
Implement multiplexing with a 1-byte 'protocol' and a two-byte 'port'. |
| Methods in net.i2p.client with parameters of type I2PSessionMuxedListener | |
|---|---|
void |
I2PSessionDemultiplexer.addMuxedListener(I2PSessionMuxedListener l,
int proto,
int port)
For those that do care UDP perhaps |
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. |
void |
I2PSessionImpl2.addMuxedSessionListener(I2PSessionMuxedListener l,
int proto,
int port)
|
void |
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.streaming |
|---|
| Classes in net.i2p.client.streaming that implement I2PSessionMuxedListener | |
|---|---|
(package private) class |
MessageHandler
Receive raw information from the I2PSession and turn it into Packets, if we can. |
| Uses of I2PSessionMuxedListener in org.klomp.snark.dht |
|---|
| Classes in org.klomp.snark.dht that implement I2PSessionMuxedListener | |
|---|---|
class |
KRPC
Standard BEP 5 Mods for I2P: |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||