- sendRequest(SocketTimeout) - Method in class net.i2p.client.streaming.I2PSocketEepGet
-
Look up the address, get a socket from the I2PSocketManager supplied in the constructor,
and send the request.
- sessionDisconnected() - Method in interface net.i2p.client.streaming.I2PSocketManager.DisconnectListener
-
- setAcceptTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
How long should we wait for the client to .accept() a socket before
sending back a NACK/Close?
- setConnectTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
Define how long we will wait for the ACK from a SYN, in milliseconds.
- setDefaultOptions(I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Update the options on a running socket manager.
- setLocalPort(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
The local port.
- setMaxBufferSize(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
How much data will we accept that hasn't been written out yet.
- setName(String) - Method in interface net.i2p.client.streaming.I2PSocketManager
-
For logging / diagnostics only
- setOptions(I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocket
-
Configure the socket
- setPort(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
The remote port.
- setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocket
-
Define how long we will wait blocked on a read() operation (-1 will make
the socket wait forever).
- setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
What is the longest we'll block on the input stream while waiting
for more data.
- setSocketErrorListener(I2PSocket.SocketErrorListener) - Method in interface net.i2p.client.streaming.I2PSocket
-
Deprecated, unimplemented, does nothing
- setSoTimeout(long) - Method in interface net.i2p.client.streaming.I2PServerSocket
-
Set Sock Option accept timeout
- setWriteTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
What is the longest we'll block on the output stream while waiting
for the data to flush.
- start() - Method in interface net.i2p.client.streaming.StatefulConnectionFilter
-
Tells this filter to start
- StatefulConnectionFilter - Interface in net.i2p.client.streaming
-
A ConnectionFilter that may hold state, can be started and stopped
- STATUS_CONNECTION_RESET - Static variable in exception net.i2p.client.streaming.I2PSocketException
-
Router and I2CP status codes are 0 - 511.
- stop() - Method in interface net.i2p.client.streaming.StatefulConnectionFilter
-
Tells this filter to stop and release any resources