|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.java.bridge.http.FCGIConnection
public abstract class FCGIConnection
This class represents the physical FastCGI connection.
Constructor Summary | |
---|---|
FCGIConnection()
|
Method Summary | |
---|---|
abstract void |
close()
Close the connection |
abstract java.io.InputStream |
getInputStream()
Return the input stream |
abstract java.io.OutputStream |
getOutputStream()
Return the output stream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FCGIConnection()
Method Detail |
---|
public abstract java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public abstract java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
public abstract void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |