| Package | Description |
|---|---|
| net.i2p.client.streaming.impl |
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PacketLocal
This is the class used for outbound packets.
|
| Modifier and Type | Method and Description |
|---|---|
MessageOutputStream.WriteStatus |
ConnectionDataReceiver.writeData(byte[] buf,
int off,
int size)
Send some data through the connection, or if there is no new data, this
may generate a packet with a plain ACK/NACK or CLOSE, or nothing whatsoever
if there's nothing new to send.
|
MessageOutputStream.WriteStatus |
MessageOutputStream.DataReceiver.writeData(byte[] buf,
int off,
int size)
Non-blocking write of data.
|