| Package | Description |
|---|---|
| com.google.code.yanf4j.core |
Networking core package
|
| com.google.code.yanf4j.core.impl | |
| com.google.code.yanf4j.nio |
Nio implementation
|
| com.google.code.yanf4j.nio.impl | |
| net.rubyeye.xmemcached.impl |
Manage tcp connection,memcached protocol optimized,and some
MBeans for monitor.
|
| Modifier and Type | Field and Description |
|---|---|
Handler |
SessionConfig.handler |
| Modifier and Type | Method and Description |
|---|---|
Handler |
Session.getHandler() |
Handler |
Controller.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.setHandler(Handler handler) |
| Constructor and Description |
|---|
SessionConfig(Handler handler,
CodecFactory codecFactory,
Statistics statistics,
Queue<WriteMessage> queue,
Dispatcher dispatchMessageDispatcher,
boolean handleReadWriteConcurrently,
long sessionTimeout,
long sessionIdelTimeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerAdapter
IO Handler adapter
|
| Modifier and Type | Field and Description |
|---|---|
protected Handler |
AbstractSession.handler |
protected Handler |
AbstractController.handler
Event handler
|
| Modifier and Type | Method and Description |
|---|---|
Handler |
AbstractSession.getHandler() |
Handler |
AbstractController.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractController.setHandler(Handler handler) |
| Constructor and Description |
|---|
AbstractController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
| Constructor and Description |
|---|
NioSessionConfig(SelectableChannel sc,
Handler handler,
SelectorManager reactor,
CodecFactory codecFactory,
Statistics statistics,
Queue<WriteMessage> queue,
Dispatcher dispatchMessageDispatcher,
boolean handleReadWriteConcurrently,
long sessionTimeout,
long sessionIdleTimeout) |
TCPController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
| Constructor and Description |
|---|
NioController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
SocketChannelController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemcachedHandler
Memcached Session Handler,used for dispatching commands and session's
lifecycle management
|
| Modifier and Type | Method and Description |
|---|---|
Handler |
ClosedMemcachedTCPSession.getHandler() |
Copyright © 2016. All rights reserved.