public interface MemcachedSession extends Session
Session.SessionStatus| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
InetSocketAddressWrapper |
getInetSocketAddressWrapper() |
int |
getOrder()
已过时。
|
int |
getWeight()
已过时。
|
boolean |
isAllowReconnect() |
boolean |
isAuthFailed() |
void |
quit() |
void |
setAllowReconnect(boolean allow) |
void |
setAuthFailed(boolean authFailed) |
void |
setBufferAllocator(BufferAllocator allocator) |
clearAttributes, close, flush, getAttribute, getDecoder, getEncoder, getHandler, getLastOperationTimeStamp, getLocalAddress, getReadBufferByteOrder, getRemoteSocketAddress, getScheduleWritenBytes, getSessionIdleTimeout, getSessionTimeout, isClosed, isExpired, isHandleReadWriteConcurrently, isIdle, isLoopbackConnection, isUseBlockingRead, isUseBlockingWrite, removeAttribute, setAttribute, setAttributeIfAbsent, setDecoder, setEncoder, setHandleReadWriteConcurrently, setReadBufferByteOrder, setSessionIdleTimeout, setSessionTimeout, setUseBlockingRead, setUseBlockingWrite, start, writevoid setAllowReconnect(boolean allow)
boolean isAllowReconnect()
void setBufferAllocator(BufferAllocator allocator)
InetSocketAddressWrapper getInetSocketAddressWrapper()
void destroy()
@Deprecated int getWeight()
@Deprecated int getOrder()
void quit()
boolean isAuthFailed()
void setAuthFailed(boolean authFailed)
Copyright © 2013. All Rights Reserved.