Package org.sblim.cimclient.internal.http.io

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.
 

Exception Summary
TrailerException TrailerException is thrown by ChunkedInputStream when it receives a http trailer which contains the following entries: CIMStatusCode, CIMStatusCodeDescription.
 

Package org.sblim.cimclient.internal.http.io Description

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.



Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.