| java.lang.Object org.xcache.CacheServer
CacheServer | final public class CacheServer implements IServer(Code) | | author: grro@xcache.org |
CMD_ADD_SEGMENT | final static byte CMD_ADD_SEGMENT(Code) | | |
CMD_GET | final static byte CMD_GET(Code) | | |
CMD_PUT | final static byte CMD_PUT(Code) | | |
CMD_RECEIVE_SEGMENT | final static byte CMD_RECEIVE_SEGMENT(Code) | | |
CMD_TRANSFER_SEGMENT | final static byte CMD_TRANSFER_SEGMENT(Code) | | |
CONNECTION_TIMEOUT_SEC | final static int CONNECTION_TIMEOUT_SEC(Code) | | |
IDLE_TIMEOUT_SEC | final static int IDLE_TIMEOUT_SEC(Code) | | |
RESULT_OK_WITHOUT_RETURNVALUE | final static byte RESULT_OK_WITHOUT_RETURNVALUE(Code) | | |
RESULT_OK_WITH_RETURNVALUE | final static byte RESULT_OK_WITH_RETURNVALUE(Code) | | |
addListener | public void addListener(IServerListener listener)(Code) | | |
getCacheSize | int getCacheSize()(Code) | | |
getConnectionTimeoutSec | public int getConnectionTimeoutSec()(Code) | | |
getIdleTimeoutSec | public int getIdleTimeoutSec()(Code) | | |
getImplementationVersion | String getImplementationVersion()(Code) | | |
getLocalPort | public int getLocalPort()(Code) | | |
getUnderlyingServer | Server getUnderlyingServer()(Code) | | |
isOpen | public boolean isOpen()(Code) | | |
onCmd | protected void onCmd(byte cmd, INonBlockingConnection connection) throws IOException(Code) | | |
removeListener | public boolean removeListener(IServerListener listener)(Code) | | |
setConnectionTimeoutSec | public void setConnectionTimeoutSec(int timeoutSec)(Code) | | |
setIdleTimeoutSec | public void setIdleTimeoutSec(int timeoutInSec)(Code) | | |
|
|