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 CodecFactorySessionConfig. codecFactoryMethods in com.google.code.yanf4j.core that return CodecFactory Modifier and Type Method Description CodecFactoryController. getCodecFactory()Methods in com.google.code.yanf4j.core with parameters of type CodecFactory Modifier and Type Method Description voidController. 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 classByteBufferCodecFactoryDefault codec factoryclassTextLineCodecFactoryText line codec factoryFields in com.google.code.yanf4j.core.impl declared as CodecFactory Modifier and Type Field Description protected CodecFactoryAbstractController. codecFactoryCodec FactoryMethods in com.google.code.yanf4j.core.impl that return CodecFactory Modifier and Type Method Description CodecFactoryAbstractController. getCodecFactory()Methods in com.google.code.yanf4j.core.impl with parameters of type CodecFactory Modifier and Type Method Description private voidAbstractController. init(Configuration configuration, Handler handler, CodecFactory codecFactory)voidAbstractController. 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 classMemcachedCodecFactoryMemcached protocol codec factory
-