|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WinstoneInputStream | |
---|---|
winstone | |
winstone.ajp13 |
Uses of WinstoneInputStream in winstone |
---|
Fields in winstone declared as WinstoneInputStream | |
---|---|
protected WinstoneInputStream |
WinstoneRequest.inputData
|
Methods in winstone with parameters of type WinstoneInputStream | |
---|---|
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)
|
Uses of WinstoneInputStream in winstone.ajp13 |
---|
Methods in winstone.ajp13 with parameters of type WinstoneInputStream | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |