| Class and Description |
|---|
| AcceptingChannel
As this does not (yet) extend ServerSocketChannel it cannot be returned by StandardServerSocket.getChannel(),
until we implement an I2P SocketAddress class.
|
| I2PServerSocket
Streaming server socket returned by
I2PSocketManager.getServerSocket(). |
| I2PSocket
Streaming socket returned by
I2PSocketManager.connect(Destination). |
| I2PSocket.SocketErrorListener
Deprecated, unimplemented, does nothing.
|
| I2PSocketAddress
A SocketAddress (Destination + port) so we can have SocketChannels.
|
| I2PSocketManager
Centralize the coordination and multiplexing of the local client's streaming.
|
| I2PSocketManager.DisconnectListener |
| I2PSocketOptions
Define the configuration for streaming and verifying data on the socket.
|
| IncomingConnectionFilter
Something that filters incoming streaming connections.
|