Package | Description |
---|---|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
net.i2p.i2ptunnel.util |
HTTP utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
I2PTunnelHTTPClientRunner
Override the response with a stream filtering the HTTP headers
received.
|
class |
I2PTunnelRunner
A thread that starts one more thread if keepAliveSocket is false,
to forward traffic in each direction.
|
Constructor and Description |
---|
HTTPResponseOutputStream(OutputStream raw,
boolean allowKeepAliveIn,
boolean allowKeepAliveOut,
boolean isHead,
LimitOutputStream.DoneCallback cb)
Optionally keep sockets alive and call callback when we're done.
|
Modifier and Type | Field and Description |
---|---|
protected LimitOutputStream.DoneCallback |
LimitOutputStream._callback |
Constructor and Description |
---|
ByteLimitOutputStream(OutputStream out,
LimitOutputStream.DoneCallback done,
long limit) |
DechunkedOutputStream(OutputStream raw,
LimitOutputStream.DoneCallback callback,
boolean strip) |
GunzipOutputStream(OutputStream uncompressedStream,
LimitOutputStream.DoneCallback cb)
With a callback when done
|
LimitOutputStream(OutputStream out,
LimitOutputStream.DoneCallback done) |