パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
(package private) class |
ConnectionDataReceiver |
Receive data from the MessageOutputStream, build a packet,
and send it through a connection.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) void |
MessageOutputStream.flushAvailable(MessageOutputStream.DataReceiver target) |
called whenever the engine wants to push more data to the
peer
|
(package private) void |
MessageOutputStream.flushAvailable(MessageOutputStream.DataReceiver target,
boolean blocking) |
コンストラクタ | 説明 |
---|---|
MessageOutputStream(I2PAppContext ctx,
SimpleTimer2 timer,
MessageOutputStream.DataReceiver receiver,
int bufSize) |
|
MessageOutputStream(I2PAppContext ctx,
SimpleTimer2 timer,
MessageOutputStream.DataReceiver receiver,
int bufSize,
int passiveFlushDelay) |