Uses of Class
net.i2p.util.SocketTimeout
Package
Description
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of SocketTimeout in net.i2p.client.streaming
Modifier and TypeMethodDescriptionprotected void
I2PSocketEepGet.sendRequest
(SocketTimeout timeout) Look up the address, get a socket from the I2PSocketManager supplied in the constructor, and send the request. -
Uses of SocketTimeout in net.i2p.util
Modifier and TypeMethodDescriptionprotected void
EepGet.doFetch
(SocketTimeout timeout) This reads the response to a single fetch.protected void
EepHead.doFetch
(SocketTimeout timeout) protected void
SSLEepGet.doFetch
(SocketTimeout timeout) protected void
EepGet.sendRequest
(SocketTimeout timeout) protected void
SSLEepGet.sendRequest
(SocketTimeout timeout)