| 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.codec |
Memcached protocol codec
|
| Modifier and Type | Field and Description |
|---|---|
CodecFactory |
SessionConfig.codecFactory |
| Modifier and Type | Method and Description |
|---|---|
CodecFactory |
Controller.getCodecFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.setCodecFactory(CodecFactory codecFactory) |
| 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 |
ByteBufferCodecFactory
Default codec factory
|
class |
TextLineCodecFactory
Text line codec factory
|
| Modifier and Type | Field and Description |
|---|---|
protected CodecFactory |
AbstractController.codecFactory
Codec Factory
|
| Modifier and Type | Method and Description |
|---|---|
CodecFactory |
AbstractController.getCodecFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractController.setCodecFactory(CodecFactory codecFactory) |
| Constructor and Description |
|---|
AbstractController(Configuration configuration,
CodecFactory codecFactory) |
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,
CodecFactory codecFactory) |
TCPController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
| Constructor and Description |
|---|
NioController(Configuration configuration,
CodecFactory codecFactory) |
NioController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
SocketChannelController(Configuration configuration,
CodecFactory codecFactory) |
SocketChannelController(Configuration configuration,
Handler handler,
CodecFactory codecFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemcachedCodecFactory
Memcached protocol codec factory
|
Copyright © 2016. All rights reserved.