- I2PServerSocket - Interface in net.i2p.client.streaming
-
- I2PSocket - Interface in net.i2p.client.streaming
-
- I2PSocket.SocketErrorListener - Interface in net.i2p.client.streaming
-
Deprecated, unimplemented, does nothing.
- I2PSocketAddress - Class in net.i2p.client.streaming
-
A SocketAddress (Destination + port) so we can have SocketChannels.
- I2PSocketAddress(String) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
-
Convenience constructor that parses host:port.
- I2PSocketAddress(Destination, int) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
-
Does not do a reverse lookup.
- I2PSocketAddress(String, int) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
-
Does a naming service lookup to resolve the dest.
- I2PSocketEepGet - Class in net.i2p.client.streaming
-
Fetch a URL using a socket from the supplied I2PSocketManager.
- I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, String, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
-
- I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, long, long, String, OutputStream, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
-
- I2PSocketException - Exception in net.i2p.client.streaming
-
An I2P-specific IOException thrown from input and output streams,
with a stored status code to be used for programmatic responses.
- I2PSocketException(int) - Constructor for exception net.i2p.client.streaming.I2PSocketException
-
Use canned message for this status code.
- I2PSocketException(String) - Constructor for exception net.i2p.client.streaming.I2PSocketException
-
Use message provided
- I2PSocketManager - Interface in net.i2p.client.streaming
-
Centralize the coordination and multiplexing of the local client's streaming.
- I2PSocketManager.DisconnectListener - Interface in net.i2p.client.streaming
-
- I2PSocketManagerFactory - Class in net.i2p.client.streaming
-
Simplify the creation of I2PSession and transient I2P Destination objects if
necessary to create a socket manager.
- I2PSocketManagerFactory() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFactory
-
- I2PSocketManagerFull - Class in net.i2p.client.streaming
-
Deprecated.
- I2PSocketManagerFull() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFull
-
Deprecated.
- I2PSocketOptions - Interface in net.i2p.client.streaming
-
Define the configuration for streaming and verifying data on the socket.
- IncomingConnectionFilter - Interface in net.i2p.client.streaming
-
Something that filters incoming streaming connections.
- init(I2PAppContext, I2PSession, Properties, String) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Deprecated - Factory will initialize.
- isClosed() - Method in interface net.i2p.client.streaming.I2PSocket
-
- isDestroyed() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Has the socket manager been destroyed?
- isUnresolved() - Method in class net.i2p.client.streaming.I2PSocketAddress
-