org.sblim.cimclient.internal.http.io
public class KeepAliveInputStream extends FilterInputStream
in
Constructor and Description |
---|
KeepAliveInputStream(InputStream pStream,
HttpClient pClient)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int off,
int len) |
long |
skip(long len) |
available, mark, markSupported, reset
public KeepAliveInputStream(InputStream pStream, HttpClient pClient)
pStream
- The underlying streampClient
- The associated client.public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buf) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long skip(long len) throws IOException
skip
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in class FilterInputStream
IOException
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.