Uses of Interface
io.activej.net.WorkerServer
Packages that use WorkerServer
-
Uses of WorkerServer in io.activej.net
Classes in io.activej.net that implement WorkerServerModifier and TypeClassDescriptionclassThis is an implementation ofReactiveServer.final classIt is a simple balancer server, which dispatches its connections to itsWorkerServers.final classThis is a basic implementation of theAbstractReactiveServerwhich just dispatches eachacync client connectionto a given consumer.Methods in io.activej.net that return WorkerServerModifier and TypeMethodDescriptionprotected WorkerServerAbstractReactiveServer.getWorkerServer()protected WorkerServerPrimaryServer.getWorkerServer()Methods in io.activej.net with parameters of type WorkerServerModifier and TypeMethodDescriptionstatic PrimaryServer.BuilderPrimaryServer.builder(io.activej.reactor.nio.NioReactor primaryReactor, WorkerServer... workerServer) Method parameters in io.activej.net with type arguments of type WorkerServerModifier and TypeMethodDescriptionstatic PrimaryServer.BuilderPrimaryServer.builder(io.activej.reactor.nio.NioReactor primaryReactor, Iterable<? extends WorkerServer> workerServers) static PrimaryServer.BuilderPrimaryServer.builder(io.activej.reactor.nio.NioReactor primaryReactor, List<? extends WorkerServer> workerServers)