| Package | Description |
|---|---|
| net.i2p.client.streaming | API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over IP-like (unreliable, unauthenticated, unordered) I2P messages. |
| net.i2p.util | Core utility classes and helper functions used throughout the I2P router and applications. |
| Modifier and Type | Method and Description |
|---|---|
protected void | I2PSocketEepGet.sendRequest(SocketTimeout timeout)Look up the address, get a socket from the I2PSocketManager supplied in the constructor,
and send the request. |
| Modifier and Type | Method and Description |
|---|---|
protected void | EepGet.doFetch(SocketTimeout timeout)Read response body for a single fetch. |
protected void | SSLEepGet.doFetch(SocketTimeout timeout)doFetch. |
protected void | EepHead.doFetch(SocketTimeout timeout)Read the response headers and notify listeners. |
protected void | EepGet.sendRequest(SocketTimeout timeout)Open connection and send HTTP request. |
protected void | SSLEepGet.sendRequest(SocketTimeout timeout)sendRequest. |