Package net.i2p.i2ptunnel.util
HTTP utilities. Not for external use; not maintained as a stable API. Since 0.9.62
-
Interface Summary Interface Description LimitOutputStream.DoneCallback -
Class Summary Class Description ByteLimitOutputStream An OutputStream that limits how many bytes are writtenDechunkedOutputStream Simple stream for checking and optionally removing RFC2616 chunked encoding to the output.DummyOutputStream Write to nowhereGunzipOutputStream Gunzip implementation per RFC 1952, reusing java's standard CRC32 and Inflater and InflaterOutputStream implementations.LimitOutputStream Base class for limiting writes and calling a callback when finished