Internal implementation of HTTP streams.
See: Description
Class Summary | |
---|---|
ASCIIPrintStream | Class ASCIIPrintStream implement a stream with ASCII charset |
BoundedInputStream | Class BoundedInputStream implements an input stream with a maximum byte count. |
ChunkedInputStream | Class ChunkedInputStream implements an input stream for chunked messages |
ChunkedOutputStream | Class ChunkedOutputStream implements an output stream for chunked messages |
DebugInputStream | Class DebugInputStream is for debugging purposes |
KeepAliveInputStream | Class KeepAliveInputStream implements an input stream for connections that keep iAlive after a request is completed |
PersistentInputStream | Class PersistentInputStream implements an input stream for which close() can be disabled. |
PersistentOutputStream | Class PersistentOutputStream implements an output stream for which close() can be disabled. |
TrailerException | TrailerException is thrown by ChunkedInputStream when it receives a http trailer which contains the following enties: CIMStatusCode, CIMStatusCodeDescription. |