php.java.bridge.http
Class FCGIConnectionInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by 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

Constructor Summary
FCGIConnectionInputStream()
           
 
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
 

Constructor Detail

FCGIConnectionInputStream

public FCGIConnectionInputStream()
Method Detail

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