Package | Description |
---|---|
net.i2p.router.transport |
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
Modifier and Type | Method and Description |
---|---|
FIFOBandwidthLimiter.CompleteListener |
FIFOBandwidthLimiter.Request.getCompleteListener() |
Modifier and Type | Method and Description |
---|---|
FIFOBandwidthLimiter.Request |
FIFOBandwidthLimiter.requestInbound(int bytesIn,
String purpose,
FIFOBandwidthLimiter.CompleteListener lsnr,
Object attachment) |
FIFOBandwidthLimiter.Request |
FIFOBandwidthLimiter.requestOutbound(int bytesOut,
String purpose,
FIFOBandwidthLimiter.CompleteListener lsnr,
Object attachment) |
void |
FIFOBandwidthLimiter.Request.setCompleteListener(FIFOBandwidthLimiter.CompleteListener lsnr) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NTCPConnection
Coordinate the connection to a single peer.
|