Uses of Class
com.google.code.yanf4j.nio.impl.Reactor
-
Packages that use Reactor Package Description com.google.code.yanf4j.nio.impl -
-
Uses of Reactor in com.google.code.yanf4j.nio.impl
Fields in com.google.code.yanf4j.nio.impl declared as Reactor Modifier and Type Field Description private Reactor[]SelectorManager. reactorSetMethods in com.google.code.yanf4j.nio.impl that return Reactor Modifier and Type Method Description ReactorSelectorManager. getReactorByIndex(int index)Find reactor by index(package private) ReactorSelectorManager. getReactorFromSession(Session session)ReactorSelectorManager. nextReactor()Get next reactorReactorSelectorManager. registerChannel(java.nio.channels.SelectableChannel channel, int ops, java.lang.Object attachment)Register channel
-