|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.servlet.fastcgi.Factory
public abstract class Factory
In-/OutputStream factory. Override this class if you want to use your own streams.
| Constructor Summary | |
|---|---|
Factory()
|
|
| Method Summary | |
|---|---|
abstract php.java.servlet.fastcgi.Channel |
connect(ChannelName 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 Factory()
| Method Detail |
|---|
public abstract php.java.servlet.fastcgi.Channel connect(ChannelName name)
throws ConnectException
name - The channel name.
ConnectException
public java.io.InputStream createInputStream()
throws ConnectionException
ConnectionException
public java.io.OutputStream createOutputStream()
throws ConnectionException
ConnectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||