org.sblim.cimclient.internal.http.io
public class KeepAliveInputStream extends FilterInputStream
| Constructor Summary | |
|---|---|
| KeepAliveInputStream(InputStream pStream, HttpClient pClient)
Ctor.
| |
| Method Summary | |
|---|---|
| void | close() |
| int | read() |
| int | read(byte[] buf) |
| int | read(byte[] buf, int off, int len) |
| long | skip(long len) |
Parameters: pStream The underlying stream pClient The associated client.