Uses of Class
net.i2p.util.SocketTimeout
-
Packages that use SocketTimeout Package Description net.i2p.client.streaming 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.net.i2p.util These classes define the several useful utilities used throughout the router and applications. -
-
Uses of SocketTimeout in net.i2p.client.streaming
Methods in net.i2p.client.streaming with parameters of type SocketTimeout Modifier and Type Method Description protected voidI2PSocketEepGet. 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
Methods in net.i2p.util with parameters of type SocketTimeout Modifier and Type Method Description protected voidEepGet. doFetch(SocketTimeout timeout)single fetchprotected voidEepHead. doFetch(SocketTimeout timeout)return true if the URL was completely retrievedprotected voidSSLEepGet. doFetch(SocketTimeout timeout)protected voidEepGet. sendRequest(SocketTimeout timeout)protected voidSSLEepGet. sendRequest(SocketTimeout timeout)
-