Uses of Interface
net.i2p.i2ptunnel.util.LimitOutputStream.DoneCallback
-
Packages that use LimitOutputStream.DoneCallback 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. -
-
Uses of LimitOutputStream.DoneCallback in net.i2p.i2ptunnel
Classes in net.i2p.i2ptunnel that implement LimitOutputStream.DoneCallback Modifier and Type Class 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.Constructors in net.i2p.i2ptunnel with parameters of type LimitOutputStream.DoneCallback Constructor Description HTTPResponseOutputStream(OutputStream raw, boolean allowKeepAliveIn, boolean allowKeepAliveOut, boolean isHead, LimitOutputStream.DoneCallback cb)
Optionally keep sockets alive and call callback when we're done. -
Uses of LimitOutputStream.DoneCallback in net.i2p.i2ptunnel.util
Fields in net.i2p.i2ptunnel.util declared as LimitOutputStream.DoneCallback Modifier and Type Field Description protected LimitOutputStream.DoneCallback
LimitOutputStream. _callback
Constructors in net.i2p.i2ptunnel.util with parameters of type LimitOutputStream.DoneCallback Constructor 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 doneLimitOutputStream(OutputStream out, LimitOutputStream.DoneCallback done)
-