Package io.activej.net
package io.activej.net
-
ClassDescriptionThis is an implementation of
ReactiveServer.It is a simple balancer server, which dispatches its connections to itsWorkerServers.Represents non-blocking server which listens to new connections and accepts them asynchronously.This is a basic implementation of theAbstractReactiveServerwhich just dispatches eachacync client connectionto a given consumer.This is an interface for a server that can be used in aPrimaryServer.