Uses of Class
org.apache.jcs.auxiliary.remote.value.RemoteCacheResponse

Packages that use RemoteCacheResponse
org.apache.jcs.auxiliary.remote.behavior   
org.apache.jcs.auxiliary.remote.http.client   
org.apache.jcs.auxiliary.remote.http.server   
 

Uses of RemoteCacheResponse in org.apache.jcs.auxiliary.remote.behavior
 

Methods in org.apache.jcs.auxiliary.remote.behavior that return RemoteCacheResponse
 RemoteCacheResponse IRemoteCacheDispatcher.dispatchRequest(RemoteCacheRequest remoteCacheRequest)
          All requests will go through this method.
 

Uses of RemoteCacheResponse in org.apache.jcs.auxiliary.remote.http.client
 

Methods in org.apache.jcs.auxiliary.remote.http.client that return RemoteCacheResponse
 RemoteCacheResponse RemoteHttpCacheDispatcher.dispatchRequest(RemoteCacheRequest remoteCacheRequest)
          All requests will go through this method.
 

Uses of RemoteCacheResponse in org.apache.jcs.auxiliary.remote.http.server
 

Methods in org.apache.jcs.auxiliary.remote.http.server that return RemoteCacheResponse
 RemoteCacheResponse RemoteCacheServiceAdaptor.processRequest(RemoteCacheRequest request)
          Processes the request.
 

Methods in org.apache.jcs.auxiliary.remote.http.server with parameters of type RemoteCacheResponse
protected  void RemoteHttpCacheServlet.writeResponse(javax.servlet.http.HttpServletResponse response, RemoteCacheResponse cacheResponse)
          Write the response to the output stream.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.