Package | Description |
---|---|
org.elkoserver.foundation.net |
Classes for message communication over the TCP and HTTP for Elko.
|
org.elkoserver.foundation.server |
Core common server implementation classes for Elko.
|
Constructor and Description |
---|
NetworkManager(ConnectionCountMonitor connectionCountMonitor,
BootProperties props,
LoadMonitor loadMonitor,
Runner runner)
Construct a NetworkManager for this server.
|
Modifier and Type | Class and Description |
---|---|
class |
Server
The core of an Elko server, holding the run queue, a collection of
configuration information extracted from the various Java property settings,
as well as access to various important server-intrinsic services (such as
port listeners) that are configured by those property settings.
|
Copyright © 2017. All rights reserved.