| Package | Description |
|---|---|
| com.google.code.yanf4j.core |
Networking core package
|
| com.google.code.yanf4j.core.impl | |
| net.rubyeye.xmemcached.codec |
Memcached protocol codec
|
| net.rubyeye.xmemcached.impl |
Manage tcp connection,memcached protocol optimized,and some
MBeans for monitor.
|
| Modifier and Type | Method and Description |
|---|---|
CodecFactory.Decoder |
Session.getDecoder()
Return current decoder
|
CodecFactory.Decoder |
CodecFactory.getDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setDecoder(CodecFactory.Decoder decoder) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferCodecFactory.ByteBufferDecoder |
| Modifier and Type | Field and Description |
|---|---|
protected CodecFactory.Decoder |
AbstractSession.decoder |
| Modifier and Type | Method and Description |
|---|---|
CodecFactory.Decoder |
TextLineCodecFactory.getDecoder() |
CodecFactory.Decoder |
ByteBufferCodecFactory.getDecoder() |
CodecFactory.Decoder |
AbstractSession.getDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSession.setDecoder(CodecFactory.Decoder decoder) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemcachedDecoder
Memcached protocol decoder
|
| Modifier and Type | Method and Description |
|---|---|
CodecFactory.Decoder |
MemcachedCodecFactory.getDecoder()
return the memcached protocol decoder
|
| Modifier and Type | Method and Description |
|---|---|
CodecFactory.Decoder |
ClosedMemcachedTCPSession.getDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClosedMemcachedTCPSession.setDecoder(CodecFactory.Decoder decoder) |
Copyright © 2016. All rights reserved.