Package | Description |
---|---|
winstone | |
winstone.ajp13 |
Modifier and Type | Field and Description |
---|---|
protected WinstoneInputStream |
WinstoneRequest.inputData |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
HttpListener.parseHeaders(WinstoneRequest req,
WinstoneInputStream inData)
Parse the incoming stream into a list of headers (stopping at the first
blank line), then call the parseHeaders(req, list) method on that list.
|
java.lang.String |
Listener.parseURI(RequestHandlerThread handler,
WinstoneRequest req,
WinstoneResponse rsp,
WinstoneInputStream inData,
java.net.Socket socket,
boolean iAmFirst)
Called by the request handler thread, because it needs specific shutdown
code for this connection's protocol if the keep-alive period expires (ie
closing sockets, etc).The iAmFirst variable identifies whether or
not this is the initial request on on this socket (ie a keep alive or
a first-time accept)
|
java.lang.String |
HttpListener.parseURI(RequestHandlerThread handler,
WinstoneRequest req,
WinstoneResponse rsp,
WinstoneInputStream inData,
java.net.Socket socket,
boolean iAmFirst) |
void |
WinstoneRequest.setInputStream(WinstoneInputStream inputData) |
void |
RequestHandlerThread.setInStream(WinstoneInputStream inStream) |
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).
|
java.lang.String |
Ajp13Listener.parseURI(RequestHandlerThread handler,
WinstoneRequest req,
WinstoneResponse rsp,
WinstoneInputStream inData,
java.net.Socket socket,
boolean iAmFirst)
This is kind of a hack, since we have already parsed the uri to get the
input stream.
|
Copyright © 2012. All Rights Reserved.