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 Handler
SessionConfig. handler
Methods in com.google.code.yanf4j.core that return Handler Modifier and Type Method Description Handler
Controller. getHandler()
Handler
Session. getHandler()
Methods in com.google.code.yanf4j.core with parameters of type Handler Modifier and Type Method Description void
Controller. 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 class
HandlerAdapter
IO Handler adapterFields in com.google.code.yanf4j.core.impl declared as Handler Modifier and Type Field Description protected Handler
AbstractController. handler
Event handlerprotected Handler
AbstractSession. handler
Methods in com.google.code.yanf4j.core.impl that return Handler Modifier and Type Method Description Handler
AbstractController. getHandler()
Handler
AbstractSession. getHandler()
Methods in com.google.code.yanf4j.core.impl with parameters of type Handler Modifier and Type Method Description private void
AbstractController. init(Configuration configuration, Handler handler, CodecFactory codecFactory)
void
AbstractController. 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 class
MemcachedHandler
Memcached Session Handler,used for dispatching commands and session's lifecycle managementMethods in net.rubyeye.xmemcached.impl that return Handler Modifier and Type Method Description Handler
ClosedMemcachedTCPSession. getHandler()
-