Uses of Interface
com.google.code.yanf4j.core.Dispatcher
-
Packages that use Dispatcher 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.util Yanf4j utilities -
-
Uses of Dispatcher in com.google.code.yanf4j.core
Fields in com.google.code.yanf4j.core declared as Dispatcher Modifier and Type Field Description DispatcherSessionConfig. dispatchMessageDispatcherConstructors in com.google.code.yanf4j.core with parameters of type Dispatcher Constructor Description SessionConfig(Handler handler, CodecFactory codecFactory, Statistics statistics, java.util.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 Dispatcher Modifier and Type Class Description classPoolDispatcherPool dispatcher,wrap a threadpool.Fields in com.google.code.yanf4j.core.impl declared as Dispatcher Modifier and Type Field Description protected DispatcherAbstractController. dispatchMessageDispatcherprotected DispatcherAbstractSession. dispatchMessageDispatcherprotected DispatcherAbstractController. readEventDispatcherprotected DispatcherAbstractController. writeEventDispatcherMethods in com.google.code.yanf4j.core.impl that return Dispatcher Modifier and Type Method Description DispatcherAbstractSession. getDispatchMessageDispatcher()(package private) DispatcherAbstractController. getReadEventDispatcher()Methods in com.google.code.yanf4j.core.impl with parameters of type Dispatcher Modifier and Type Method Description (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 Dispatcher 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) -
Uses of Dispatcher in com.google.code.yanf4j.util
Methods in com.google.code.yanf4j.util that return Dispatcher Modifier and Type Method Description static DispatcherDispatcherFactory. newDispatcher(int size, java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler, java.lang.String prefix)
-