| 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 | Method and Description |
|---|---|
I2PSocket |
I2PServerSocketFull.accept()
Waits for the next socket connecting.
|
Connection |
ConnectionHandler.accept(long timeoutMs)
Receive an incoming connection (built from a received SYN)
Non-SYN packets with a zero SendStreamID may also be queued here so
that they don't get thrown away while the SYN packet before it is queued.
|
I2PSocket |
I2PSocketManagerFull.receiveSocket()
The accept() call.
|