org.sblim.cimclient.internal.http.io

Class KeepAliveInputStream

public class KeepAliveInputStream extends FilterInputStream

Class KeepAliveInputStream implements an input stream for connections that keep iAlive after a request is completed
Constructor Summary
KeepAliveInputStream(InputStream pStream, HttpClient pClient)
Ctor.

Constructor Detail

KeepAliveInputStream

public KeepAliveInputStream(InputStream pStream, HttpClient pClient)
Ctor.

Parameters: pStream The underlying stream pClient The associated client.

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