|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.java.bridge.http.FCGIIOFactory
public abstract class FCGIIOFactory
FastCGI In-/OutputStream factory. Override this class if you want to use your own streams.
Constructor Summary | |
---|---|
FCGIIOFactory()
|
Method Summary | |
---|---|
abstract FCGIConnection |
connect(FCGIConnectionFactory name)
Create a new socket and connect it to the given host/port |
java.io.InputStream |
createInputStream()
Create a new InputStream. |
java.io.OutputStream |
createOutputStream()
Create a new OutputStream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FCGIIOFactory()
Method Detail |
---|
public abstract FCGIConnection connect(FCGIConnectionFactory name) throws FCGIConnectException
name
- The channel name.
FCGIConnectException
public java.io.InputStream createInputStream() throws FCGIConnectionException
FCGIConnectionException
public java.io.OutputStream createOutputStream() throws FCGIConnectionException
FCGIConnectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |