- getAcceptTimeout() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
- getAddress() - Method in class net.i2p.client.streaming.I2PSocketAddress
-
Does a naming service lookup to resolve the dest if this was created unresolved
or if the resolution failed in the constructor.
- getChannel() - Method in interface net.i2p.client.streaming.I2PServerSocket
-
Deprecated.
- getChannel() - Method in interface net.i2p.client.streaming.I2PSocket
-
Deprecated.
- getConnectTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
How long we will wait for the ACK from a SYN, in milliseconds.
- getDefaultOptions() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Current options, not a copy, setters may be used to make changes.
- getHostName() - Method in class net.i2p.client.streaming.I2PSocketAddress
-
- getInputStream() - Method in interface net.i2p.client.streaming.I2PSocket
-
As of 0.9.9 will throw an IOE if socket is closed.
- getLocalizedMessage() - Method in exception net.i2p.client.streaming.I2PSocketException
-
Translated
- getLocalPort() - Method in interface net.i2p.client.streaming.I2PSocket
-
The local port.
- getLocalPort() - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
The local port.
- getManager() - Method in interface net.i2p.client.streaming.I2PServerSocket
-
Access the manager which is coordinating the server socket
- getMaxBufferSize() - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
How much data will we accept that hasn't been written out yet.
- getMessage() - Method in exception net.i2p.client.streaming.I2PSocketException
-
For programmatic action based on specific failure code
- getName() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
For logging / diagnostics only
- getOptions() - Method in interface net.i2p.client.streaming.I2PSocket
-
- getOutputStream() - Method in interface net.i2p.client.streaming.I2PSocket
-
As of 0.9.9 will throw an IOE if socket is closed.
- getPeerDestination() - Method in interface net.i2p.client.streaming.I2PSocket
-
- getPort() - Method in interface net.i2p.client.streaming.I2PSocket
-
The remote port.
- getPort() - Method in class net.i2p.client.streaming.I2PSocketAddress
-
- getPort() - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
The remote port.
- getReadTimeout() - Method in interface net.i2p.client.streaming.I2PSocket
-
How long we will wait blocked on a read() operation.
- getReadTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
What is the longest we'll block on the input stream while waiting
for more data.
- getRequest() - Method in class net.i2p.client.streaming.I2PSocketEepGet
-
Guess we have to override this since
super doesn't strip the http://host from the GET line
which hoses some servers (opentracker)
HTTP proxy was kind enough to do this for us
- getServerSocket() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Returns non-null socket.
- getSession() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
- getSoTimeout() - Method in interface net.i2p.client.streaming.I2PServerSocket
-
Get Sock Option accept timeout
- getStandardServerSocket() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
Like getServerSocket but returns a real ServerSocket for easier porting of apps.
- getStatus() - Method in exception net.i2p.client.streaming.I2PSocketException
-
For programmatic action based on specific failure code
- getSubsessions() - Method in interface net.i2p.client.streaming.I2PSocketManager
-
- getThisDestination() - Method in interface net.i2p.client.streaming.I2PSocket
-
- getWriteTimeout() - 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.