Package com.danga.MemCached
Class MemCachedClient.NIOLoader
java.lang.Object
com.danga.MemCached.MemCachedClient.NIOLoader
- Enclosing class:
- MemCachedClient
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MemCachedClient.NIOLoader.Connection[]
protected MemCachedClient
protected int
protected Selector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doMulti
(boolean asString, Map<String, StringBuilder> sockKeys, String[] keys, Map<String, Object> ret) private void
handleError
(Throwable e, String[] keys) private void
handleKey
(SelectionKey key) void
readResponse
(SelectionKey key) void
writeRequest
(SelectionKey key)
-
Field Details
-
selector
-
numConns
protected int numConns -
mc
-
conns
-
-
Constructor Details
-
NIOLoader
-
-
Method Details
-
doMulti
-
handleError
-
handleKey
- Throws:
IOException
-
writeRequest
- Throws:
IOException
-
readResponse
- Throws:
IOException
-