|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WinstoneOutputStream | |
|---|---|
| winstone | |
| winstone.ajp13 | |
| Uses of WinstoneOutputStream in winstone |
|---|
| Methods in winstone that return WinstoneOutputStream | |
|---|---|
WinstoneOutputStream |
WinstoneResponse.getWinstoneOutputStream()
|
| Methods in winstone with parameters of type WinstoneOutputStream | |
|---|---|
void |
HttpListener.deallocateRequestResponse(RequestHandlerThread handler,
WinstoneRequest req,
WinstoneResponse rsp,
WinstoneInputStream inData,
WinstoneOutputStream outData)
Called by the request handler thread, because it needs specific shutdown code for this connection's protocol (ie releasing input/output streams, etc). |
void |
Listener.deallocateRequestResponse(RequestHandlerThread handler,
WinstoneRequest req,
WinstoneResponse rsp,
WinstoneInputStream inData,
WinstoneOutputStream outData)
Called by the request handler thread, because it needs specific shutdown code for this connection's protocol (ie releasing input/output streams, etc). |
void |
WinstoneResponse.setOutputStream(WinstoneOutputStream outData)
|
void |
RequestHandlerThread.setOutStream(WinstoneOutputStream outStream)
|
| Constructors in winstone with parameters of type WinstoneOutputStream | |
|---|---|
WinstoneResponseWriter(WinstoneOutputStream out,
WinstoneResponse response)
|
|
| Uses of WinstoneOutputStream in winstone.ajp13 |
|---|
| Subclasses of WinstoneOutputStream in winstone.ajp13 | |
|---|---|
class |
Ajp13OutputStream
Extends the winstone output stream, so that the ajp13 protocol requirements can be fulfilled. |
| Methods in winstone.ajp13 with parameters of type WinstoneOutputStream | |
|---|---|
void |
Ajp13Listener.deallocateRequestResponse(RequestHandlerThread handler,
WinstoneRequest req,
WinstoneResponse rsp,
WinstoneInputStream inData,
WinstoneOutputStream outData)
Called by the request handler thread, because it needs specific shutdown code for this connection's protocol (ie releasing input/output streams, etc). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||