Package | Description |
---|---|
winstone | |
winstone.ajp13 |
Modifier and Type | Method and Description |
---|---|
WinstoneOutputStream |
WinstoneResponse.getWinstoneOutputStream() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
WinstoneResponseWriter(WinstoneOutputStream out,
WinstoneResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
Ajp13OutputStream
Extends the winstone output stream, so that the ajp13 protocol requirements
can be fulfilled.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Copyright © 2013. All Rights Reserved.