Uses of Interface
com.google.code.yanf4j.core.Handler
Packages that use Handler
Package
Description
Networking core package
Nio implementation
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 HandlerMethods in com.google.code.yanf4j.core that return HandlerMethods in com.google.code.yanf4j.core with parameters of type HandlerConstructors in com.google.code.yanf4j.core with parameters of type HandlerModifierConstructorDescriptionSessionConfig
(Handler handler, CodecFactory codecFactory, Statistics statistics, 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 HandlerFields in com.google.code.yanf4j.core.impl declared as HandlerModifier and TypeFieldDescriptionprotected Handler
AbstractController.handler
Event handlerprotected Handler
AbstractSession.handler
Methods in com.google.code.yanf4j.core.impl that return HandlerMethods in com.google.code.yanf4j.core.impl with parameters of type HandlerModifier and TypeMethodDescriptionprivate 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 HandlerModifierConstructorDescriptionAbstractController
(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 HandlerModifierConstructorDescriptionNioSessionConfig
(SelectableChannel sc, Handler handler, SelectorManager reactor, CodecFactory codecFactory, Statistics statistics, 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 HandlerModifierConstructorDescriptionNioController
(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 HandlerModifier and TypeClassDescriptionclass
Memcached Session Handler,used for dispatching commands and session's lifecycle managementMethods in net.rubyeye.xmemcached.impl that return Handler