Uses of Interface
com.google.code.yanf4j.core.CodecFactory
-
Packages that use CodecFactory Package Description com.google.code.yanf4j.core Networking core packagecom.google.code.yanf4j.core.impl com.google.code.yanf4j.nio Nio implementationcom.google.code.yanf4j.nio.impl net.rubyeye.xmemcached.codec Memcached protocol codec -
-
Uses of CodecFactory in com.google.code.yanf4j.core
Fields in com.google.code.yanf4j.core declared as CodecFactory Modifier and Type Field Description CodecFactory
SessionConfig. codecFactory
Methods in com.google.code.yanf4j.core that return CodecFactory Modifier and Type Method Description CodecFactory
Controller. getCodecFactory()
Methods in com.google.code.yanf4j.core with parameters of type CodecFactory Modifier and Type Method Description void
Controller. setCodecFactory(CodecFactory codecFactory)
Constructors in com.google.code.yanf4j.core with parameters of type CodecFactory Constructor Description SessionConfig(Handler handler, CodecFactory codecFactory, Statistics statistics, java.util.Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdelTimeout)
-
Uses of CodecFactory in com.google.code.yanf4j.core.impl
Classes in com.google.code.yanf4j.core.impl that implement CodecFactory Modifier and Type Class Description class
ByteBufferCodecFactory
Default codec factoryclass
TextLineCodecFactory
Text line codec factoryFields in com.google.code.yanf4j.core.impl declared as CodecFactory Modifier and Type Field Description protected CodecFactory
AbstractController. codecFactory
Codec FactoryMethods in com.google.code.yanf4j.core.impl that return CodecFactory Modifier and Type Method Description CodecFactory
AbstractController. getCodecFactory()
Methods in com.google.code.yanf4j.core.impl with parameters of type CodecFactory Modifier and Type Method Description private void
AbstractController. init(Configuration configuration, Handler handler, CodecFactory codecFactory)
void
AbstractController. setCodecFactory(CodecFactory codecFactory)
Constructors in com.google.code.yanf4j.core.impl with parameters of type CodecFactory Constructor Description AbstractController(Configuration configuration, CodecFactory codecFactory)
AbstractController(Configuration configuration, Handler handler, CodecFactory codecFactory)
-
Uses of CodecFactory in com.google.code.yanf4j.nio
Constructors in com.google.code.yanf4j.nio with parameters of type CodecFactory Constructor Description NioSessionConfig(java.nio.channels.SelectableChannel sc, Handler handler, SelectorManager reactor, CodecFactory codecFactory, Statistics statistics, java.util.Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdleTimeout)
TCPController(Configuration configuration, CodecFactory codecFactory)
TCPController(Configuration configuration, Handler handler, CodecFactory codecFactory)
-
Uses of CodecFactory in com.google.code.yanf4j.nio.impl
Constructors in com.google.code.yanf4j.nio.impl with parameters of type CodecFactory Constructor 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)
-
Uses of CodecFactory in net.rubyeye.xmemcached.codec
Classes in net.rubyeye.xmemcached.codec that implement CodecFactory Modifier and Type Class Description class
MemcachedCodecFactory
Memcached protocol codec factory
-