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.
Method Summary
voidclose()
intread()
intread(byte[] buf)
intread(byte[] buf, int off, int len)
longskip(long len)

Constructor Detail

KeepAliveInputStream

public KeepAliveInputStream(InputStream pStream, HttpClient pClient)
Ctor.

Parameters: pStream The underlying stream pClient The associated client.

Method Detail

close

public void close()

read

public int read()

read

public int read(byte[] buf)

read

public int read(byte[] buf, int off, int len)

skip

public long skip(long len)
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.