Uses of Interface
com.google.code.yanf4j.core.Dispatcher
Packages that use Dispatcher
Package
Description
Networking core package
Nio implementation
Yanf4j utilities
-
Uses of Dispatcher in com.google.code.yanf4j.core
Fields in com.google.code.yanf4j.core declared as DispatcherConstructors in com.google.code.yanf4j.core with parameters of type DispatcherModifierConstructorDescriptionSessionConfig(Handler handler, CodecFactory codecFactory, Statistics statistics, Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdelTimeout) -
Uses of Dispatcher in com.google.code.yanf4j.core.impl
Classes in com.google.code.yanf4j.core.impl that implement DispatcherFields in com.google.code.yanf4j.core.impl declared as DispatcherModifier and TypeFieldDescriptionprotected DispatcherAbstractController.dispatchMessageDispatcherprotected final DispatcherAbstractSession.dispatchMessageDispatcherprotected DispatcherAbstractController.readEventDispatcherprotected DispatcherAbstractController.writeEventDispatcherMethods in com.google.code.yanf4j.core.impl that return DispatcherModifier and TypeMethodDescriptionAbstractSession.getDispatchMessageDispatcher()(package private) DispatcherAbstractController.getReadEventDispatcher()Methods in com.google.code.yanf4j.core.impl with parameters of type DispatcherModifier and TypeMethodDescription(package private) voidAbstractController.setDispatchMessageDispatcher(Dispatcher dispatcher) (package private) voidAbstractController.setReadEventDispatcher(Dispatcher dispatcher) (package private) voidAbstractController.setWriteEventDispatcher(Dispatcher dispatcher) -
Uses of Dispatcher in com.google.code.yanf4j.nio
Constructors in com.google.code.yanf4j.nio with parameters of type DispatcherModifierConstructorDescriptionNioSessionConfig(SelectableChannel sc, Handler handler, SelectorManager reactor, CodecFactory codecFactory, Statistics statistics, Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdleTimeout) -
Uses of Dispatcher in com.google.code.yanf4j.util
Methods in com.google.code.yanf4j.util that return DispatcherModifier and TypeMethodDescriptionstatic DispatcherDispatcherFactory.newDispatcher(int size, RejectedExecutionHandler rejectedExecutionHandler, String prefix)