Uses of Class
org.apache.commons.jcs3.auxiliary.remote.value.RemoteCacheResponse
Packages that use RemoteCacheResponse
Package
Description
-
Uses of RemoteCacheResponse in org.apache.commons.jcs3.auxiliary.remote.behavior
Methods in org.apache.commons.jcs3.auxiliary.remote.behavior that return RemoteCacheResponseModifier and TypeMethodDescription<K,
V, T> RemoteCacheResponse<T> IRemoteCacheDispatcher.dispatchRequest
(RemoteCacheRequest<K, V> remoteCacheRequest) All requests will go through this method. -
Uses of RemoteCacheResponse in org.apache.commons.jcs3.auxiliary.remote.http.client
Methods in org.apache.commons.jcs3.auxiliary.remote.http.client that return RemoteCacheResponseModifier and TypeMethodDescription<K,
V, T> RemoteCacheResponse<T> RemoteHttpCacheDispatcher.dispatchRequest
(RemoteCacheRequest<K, V> remoteCacheRequest) All requests will go through this method. -
Uses of RemoteCacheResponse in org.apache.commons.jcs3.auxiliary.remote.http.server
Methods in org.apache.commons.jcs3.auxiliary.remote.http.server that return RemoteCacheResponseModifier and TypeMethodDescriptionprotected RemoteCacheResponse<Object>
RemoteHttpCacheServlet.processRequest
(RemoteCacheRequest<Serializable, Serializable> request) Processes the request.Methods in org.apache.commons.jcs3.auxiliary.remote.http.server with parameters of type RemoteCacheResponseModifier and TypeMethodDescriptionprotected void
RemoteHttpCacheServlet.writeResponse
(HttpServletResponse response, RemoteCacheResponse<Object> cacheResponse) Write the response to the output stream.