php.java.bridge.http
Class FCGIConnectionInputStream
java.lang.Object
java.io.InputStream
php.java.bridge.http.FCGIConnectionInputStream
- All Implemented Interfaces:
- java.io.Closeable
- Direct Known Subclasses:
- FCGIInputStream
public class FCGIConnectionInputStream
- extends java.io.InputStream
Default InputStream used by the connection pool.
- Author:
- jostb
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] buf)
|
int |
read(byte[] buf,
int off,
int buflength)
|
Methods inherited from class java.io.InputStream |
available, mark, markSupported, reset, skip |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FCGIConnectionInputStream
public FCGIConnectionInputStream()
read
public int read(byte[] buf)
throws FCGIConnectionException
-
- Overrides:
read
in class java.io.InputStream
- Throws:
FCGIConnectionException
read
public int read(byte[] buf,
int off,
int buflength)
throws FCGIConnectionException
-
- Overrides:
read
in class java.io.InputStream
- Throws:
FCGIConnectionException
read
public int read()
throws FCGIConnectionException
-
- Specified by:
read
in class java.io.InputStream
- Throws:
FCGIConnectionException
close
public void close()
throws FCGIConnectionException
-
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.InputStream
- Throws:
FCGIConnectionException