public interface IRemoteCacheDispatcher
At the time of creation, only the http remote cache uses it. The RMI remote could be converted to use it as well.
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheResponse |
dispatchRequest(RemoteCacheRequest remoteCacheRequest)
All requests will go through this method.
|
RemoteCacheResponse dispatchRequest(RemoteCacheRequest remoteCacheRequest) throws java.io.IOException
remoteCacheRequest - java.io.IOExceptionCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.