Uses of Class
com.caucho.server.connection.AbstractHttpResponse

Packages that use AbstractHttpResponse
com.caucho.server.cache   
com.caucho.server.connection   
com.caucho.server.hmux   
com.caucho.server.http   
 

Uses of AbstractHttpResponse in com.caucho.server.cache
 

Methods in com.caucho.server.cache with parameters of type AbstractHttpResponse
 boolean CacheFilterChain.fillFromCache(CauchoRequest req, AbstractHttpResponse response, AbstractCacheEntry abstractEntry, boolean isTop)
          fillFromCache is called when the client needs the entire result, and the result is already in the cache.
abstract  boolean AbstractCacheFilterChain.fillFromCache(CauchoRequest req, AbstractHttpResponse response, AbstractCacheEntry abstractEntry, boolean isTop)
          fillFromCache is called when the client needs the entire result, and the result is already in the cache.
 AbstractCacheEntry CacheFilterChain.startCaching(CauchoRequest req, AbstractHttpResponse res, java.util.ArrayList<java.lang.String> keys, java.util.ArrayList<java.lang.String> values, java.lang.String contentType, java.lang.String charEncoding, long contentLength)
          Starts the caching after the headers have been sent.
abstract  AbstractCacheEntry AbstractCacheFilterChain.startCaching(CauchoRequest req, AbstractHttpResponse res, java.util.ArrayList<java.lang.String> keys, java.util.ArrayList<java.lang.String> values, java.lang.String contentType, java.lang.String charEncoding, long contentLength)
          Starts the caching after the headers have been sent.
 

Uses of AbstractHttpResponse in com.caucho.server.connection
 

Subclasses of AbstractHttpResponse in com.caucho.server.connection
 class StubServletResponse
           
 

Fields in com.caucho.server.connection declared as AbstractHttpResponse
protected  AbstractHttpResponse AbstractHttpRequest._response
           
 

Constructors in com.caucho.server.connection with parameters of type AbstractHttpResponse
IncludeResponseStream(AbstractHttpResponse response)
           
 

Uses of AbstractHttpResponse in com.caucho.server.hmux
 

Subclasses of AbstractHttpResponse in com.caucho.server.hmux
 class HmuxResponse
          Handles a response for a srun connection, i.e.
 

Uses of AbstractHttpResponse in com.caucho.server.http
 

Subclasses of AbstractHttpResponse in com.caucho.server.http
 class HttpResponse