Modifier and Type | Method and Description |
---|---|
<K,V,T> RemoteCacheResponse<T> |
IRemoteCacheDispatcher.dispatchRequest(RemoteCacheRequest<K,V> remoteCacheRequest)
All requests will go through this method.
|
Modifier and Type | Method and Description |
---|---|
<K,V,T> RemoteCacheResponse<T> |
RemoteHttpCacheDispatcher.dispatchRequest(RemoteCacheRequest<K,V> remoteCacheRequest)
All requests will go through this method.
|
Modifier and Type | Method and Description |
---|---|
<T> RemoteCacheResponse<T> |
RemoteCacheServiceAdaptor.processRequest(RemoteCacheRequest<K,V> request)
Processes the request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteHttpCacheServlet.writeResponse(javax.servlet.http.HttpServletResponse response,
RemoteCacheResponse<Serializable> cacheResponse)
Write the response to the output stream.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.