|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
php.java.bridge.http.FCGIConnectionOutputStream
php.java.bridge.http.FCGIOutputStream
public class FCGIOutputStream
A FastCGI OutputStream
| Constructor Summary | |
|---|---|
FCGIOutputStream()
|
|
| Method Summary | |
|---|---|
void |
write(int b)
|
void |
write(int type,
byte[] buf)
|
void |
write(int type,
byte[] buf,
int length)
Write a FCGI packet |
void |
writeBegin()
Start the FCGI_RESPONDER conversation |
void |
writeParams(java.util.Map props)
Write FCGI Params according to FCGI spec |
| Methods inherited from class php.java.bridge.http.FCGIConnectionOutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FCGIOutputStream()
| Method Detail |
|---|
public void write(int type,
byte[] buf)
throws FCGIConnectionException
FCGIConnectionException
public void write(int type,
byte[] buf,
int length)
throws FCGIConnectionException
type - the packet typebuf - the output bufferlength - the packet length
FCGIConnectionException
public void writeBegin()
throws FCGIConnectionException
FCGIConnectionException
public void writeParams(java.util.Map props)
throws FCGIConnectionException
props -
FCGIConnectionExceptionpublic void write(int b)
FCGIConnectionOutputStream
write in class FCGIConnectionOutputStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||