Uses of Class
winstone.WinstoneResponse

Packages that use WinstoneResponse
winstone   
winstone.accesslog   
winstone.ajp13   
 

Uses of WinstoneResponse in winstone
 

Fields in winstone declared as WinstoneResponse
protected  WinstoneResponse WinstoneOutputStream.owner
           
 

Methods in winstone that return WinstoneResponse
 WinstoneResponse ObjectPool.getResponseFromPool()
          An attempt at pooling request objects for reuse.
protected  WinstoneResponse RequestDispatcher.getUnwrappedResponse(ServletResponse response)
          Unwrap back to the original container allocated response object
 

Methods in winstone with parameters of type WinstoneResponse
 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).
 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)
           
 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.releaseResponseToPool(WinstoneResponse rsp)
           
 void WinstoneOutputStream.setResponse(WinstoneResponse response)
           
 void RequestHandlerThread.setResponse(WinstoneResponse response)
           
protected  void RequestHandlerThread.writeToAccessLog(java.lang.String originalURL, WinstoneRequest request, WinstoneResponse response, WebAppConfiguration webAppConfig)
           
 

Constructors in winstone with parameters of type WinstoneResponse
WinstoneResponseWriter(WinstoneOutputStream out, WinstoneResponse response)
           
 

Uses of WinstoneResponse in winstone.accesslog
 

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

Uses of WinstoneResponse in winstone.ajp13
 

Methods in winstone.ajp13 with parameters of type WinstoneResponse
 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.
 



Copyright © 2013. All Rights Reserved.