Uses of Class
winstone.WinstoneRequest

Packages that use WinstoneRequest
winstone   
winstone.accesslog   
winstone.ajp13   
winstone.ssl   
 

Uses of WinstoneRequest in winstone
 

Methods in winstone that return WinstoneRequest
 WinstoneRequest WinstoneResponse.getRequest()
           
 WinstoneRequest ObjectPool.getRequestFromPool()
          An attempt at pooling request objects for reuse.
protected  WinstoneRequest RequestDispatcher.getUnwrappedRequest(ServletRequest request)
          Unwrap back to the original container allocated request object
 

Methods in winstone with parameters of type WinstoneRequest
 void WinstoneSession.addUsed(WinstoneRequest request)
           
 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 WinstoneResponse.extractRequestKeepAliveHeader(WinstoneRequest req)
           
 RequestDispatcher WebAppConfiguration.getInitialDispatcher(java.lang.String uriInsideWebapp, WinstoneRequest request, WinstoneResponse response)
          Creates the dispatcher that corresponds to a request level dispatch (ie the initial entry point).
 void AccessLogger.log(java.lang.String originalURL, WinstoneRequest request, WinstoneResponse response)
           
 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.
protected  void HttpListener.parseSocketInfo(java.net.Socket socket, WinstoneRequest req)
           
 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)
           
 boolean Listener.processKeepAlive(WinstoneRequest request, WinstoneResponse response, java.io.InputStream inSocket)
          Tries to wait for extra requests on the same socket.
 boolean HttpListener.processKeepAlive(WinstoneRequest request, WinstoneResponse response, java.io.InputStream inSocket)
          Tries to wait for extra requests on the same socket.
 void ObjectPool.releaseRequestToPool(WinstoneRequest req)
           
 void WinstoneSession.removeUsed(WinstoneRequest request)
           
 void WinstoneResponse.setRequest(WinstoneRequest req)
           
 void RequestHandlerThread.setRequest(WinstoneRequest request)
           
protected  void RequestHandlerThread.writeToAccessLog(java.lang.String originalURL, WinstoneRequest request, WinstoneResponse response, WebAppConfiguration webAppConfig)
           
 

Uses of WinstoneRequest in winstone.accesslog
 

Methods in winstone.accesslog with parameters of type WinstoneRequest
 void SimpleAccessLogger.log(java.lang.String originalURL, WinstoneRequest request, WinstoneResponse response)
           
 

Uses of WinstoneRequest in winstone.ajp13
 

Methods in winstone.ajp13 with parameters of type WinstoneRequest
 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.
 boolean Ajp13Listener.processKeepAlive(WinstoneRequest request, WinstoneResponse response, java.io.InputStream inSocket)
          Tries to wait for extra requests on the same socket.
 

Uses of WinstoneRequest in winstone.ssl
 

Methods in winstone.ssl with parameters of type WinstoneRequest
protected  void HttpsListener.parseSocketInfo(java.net.Socket socket, WinstoneRequest req)
          Extracts the relevant socket stuff and adds it to the request object.
 



Copyright © 2013. All Rights Reserved.