Uses of Class
com.caucho.server.http.HttpBufferStore

Packages that use HttpBufferStore
com.caucho.server.cluster   
com.caucho.server.fastcgi   
com.caucho.server.hmux   
com.caucho.server.http   
 

Uses of HttpBufferStore in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return HttpBufferStore
 HttpBufferStore Server.allocateHttpBuffer()
           
 

Methods in com.caucho.server.cluster with parameters of type HttpBufferStore
 void Server.freeHttpBuffer(HttpBufferStore buffer)
           
 

Uses of HttpBufferStore in com.caucho.server.fastcgi
 

Methods in com.caucho.server.fastcgi with parameters of type HttpBufferStore
protected  void FastCgiRequest.startRequest(HttpBufferStore httpBuffer)
          Clear the request variables in preparation for a new request.
 

Uses of HttpBufferStore in com.caucho.server.hmux
 

Methods in com.caucho.server.hmux with parameters of type HttpBufferStore
protected  void HmuxRequest.startRequest(HttpBufferStore httpBuffer)
          Clears variables at the start of a new request.
 

Uses of HttpBufferStore in com.caucho.server.http
 

Methods in com.caucho.server.http with parameters of type HttpBufferStore
 void AbstractHttpResponse.startRequest(HttpBufferStore bufferStore)
          Initializes the Response at the beginning of the request.
protected  void HttpRequest.startRequest(HttpBufferStore httpBuffer)
          Clear the request variables in preparation for a new request.
protected  void AbstractHttpRequest.startRequest(HttpBufferStore httpBuffer)
          Prepare the Request object for a new request.