| Package | Description |
|---|---|
| io.datakernel.eventloop |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServer<S extends AbstractServer<S>>
It is implementation of
EventloopServer. |
class |
PrimaryServer
It is the
AbstractServer which only handles connections. |
class |
SimpleServer |
| Modifier and Type | Method and Description |
|---|---|
protected WorkerServer |
PrimaryServer.getWorkerServer() |
protected WorkerServer |
AbstractServer.getWorkerServer() |
| Modifier and Type | Method and Description |
|---|---|
static PrimaryServer |
PrimaryServer.create(Eventloop primaryEventloop,
WorkerServer... workerServer) |
| Modifier and Type | Method and Description |
|---|---|
static PrimaryServer |
PrimaryServer.create(Eventloop primaryEventloop,
List<? extends WorkerServer> workerServers) |
Copyright © 2019. All rights reserved.