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.
  • Class
    Description
    Class ASCIIPrintStream implement a stream with ASCII charset
    Class BoundedInputStream implements an input stream with a maximum byte count.
    Class ChunkedInputStream implements an input stream for chunked messages
    Class ChunkedOutputStream implements an output stream for chunked messages
    Class DebugInputStream is for debugging purposes
    Class KeepAliveInputStream implements an input stream for connections that keep iAlive after a request is completed
    Class 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.