Package org.sblim.cimclient.internal.http.io
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.
-
ClassDescriptionClass ASCIIPrintStream implement a stream with ASCII charsetClass BoundedInputStream implements an input stream with a maximum byte count.Class ChunkedInputStream implements an input stream for chunked messagesClass ChunkedOutputStream implements an output stream for chunked messagesClass DebugInputStream is for debugging purposesClass KeepAliveInputStream implements an input stream for connections that keep iAlive after a request is completedClass PersistentInputStream implements an input stream for which close() can be disabled.Class PersistentOutputStream implements an output stream for which close() can be disabled.TrailerException is thrown by ChunkedInputStream when it receives a http trailer which contains the following entries: CIMStatusCode, CIMStatusCodeDescription.