Package org.sblim.cimclient.internal.http.io
Internal implementation of HTTP streams. The classes and interfaces herein are for internal use of the SBLIM Client for Java only
and might therefore be modified or removed without notice.
-
Class Summary Class Description ASCIIPrintStream Class ASCIIPrintStream implement a stream with ASCII charsetBoundedInputStream Class BoundedInputStream implements an input stream with a maximum byte count.ChunkedInputStream Class ChunkedInputStream implements an input stream for chunked messagesChunkedOutputStream Class ChunkedOutputStream implements an output stream for chunked messagesDebugInputStream Class DebugInputStream is for debugging purposesKeepAliveInputStream Class KeepAliveInputStream implements an input stream for connections that keep iAlive after a request is completedPersistentInputStream 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. -
Exception Summary Exception Description TrailerException TrailerException is thrown by ChunkedInputStream when it receives a http trailer which contains the following entries: CIMStatusCode, CIMStatusCodeDescription.