Uses of Interface
com.google.code.yanf4j.core.Handler
-
Packages that use Handler 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.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of Handler in com.google.code.yanf4j.core
Fields in com.google.code.yanf4j.core declared as Handler Modifier and Type Field Description HandlerSessionConfig. handlerMethods in com.google.code.yanf4j.core that return Handler Modifier and Type Method Description HandlerController. getHandler()HandlerSession. getHandler()Methods in com.google.code.yanf4j.core with parameters of type Handler Modifier and Type Method Description voidController. setHandler(Handler handler)Constructors in com.google.code.yanf4j.core with parameters of type Handler Constructor Description SessionConfig(Handler handler, CodecFactory codecFactory, Statistics statistics, java.util.Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdelTimeout) -
Uses of Handler in com.google.code.yanf4j.core.impl
Classes in com.google.code.yanf4j.core.impl that implement Handler Modifier and Type Class Description classHandlerAdapterIO Handler adapterFields in com.google.code.yanf4j.core.impl declared as Handler Modifier and Type Field Description protected HandlerAbstractController. handlerEvent handlerprotected HandlerAbstractSession. handlerMethods in com.google.code.yanf4j.core.impl that return Handler Modifier and Type Method Description HandlerAbstractController. getHandler()HandlerAbstractSession. getHandler()Methods in com.google.code.yanf4j.core.impl with parameters of type Handler Modifier and Type Method Description private voidAbstractController. init(Configuration configuration, Handler handler, CodecFactory codecFactory)voidAbstractController. setHandler(Handler handler)Constructors in com.google.code.yanf4j.core.impl with parameters of type Handler Constructor Description AbstractController(Configuration configuration, Handler handler, CodecFactory codecFactory) -
Uses of Handler in com.google.code.yanf4j.nio
Constructors in com.google.code.yanf4j.nio with parameters of type Handler 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, Handler handler, CodecFactory codecFactory) -
Uses of Handler in com.google.code.yanf4j.nio.impl
Constructors in com.google.code.yanf4j.nio.impl with parameters of type Handler Constructor Description NioController(Configuration configuration, Handler handler, CodecFactory codecFactory)SocketChannelController(Configuration configuration, Handler handler, CodecFactory codecFactory) -
Uses of Handler in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement Handler Modifier and Type Class Description classMemcachedHandlerMemcached Session Handler,used for dispatching commands and session's lifecycle managementMethods in net.rubyeye.xmemcached.impl that return Handler Modifier and Type Method Description HandlerClosedMemcachedTCPSession. getHandler()
-