| 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.
|
| org.elkoserver.objdb |
The Elko Object Database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.init(NetworkManager networkManager,
Trace msgTrace)
Initialize this connection manager.
|
| Constructor and Description |
|---|
ConnectionBase(NetworkManager mgr)
Constructor.
|
ConnectionRetrier(HostDesc host,
String label,
NetworkManager networkManager,
MessageHandlerFactory actualFactory,
Trace appTrace)
Attempt to initiate a connection to another host, with retry on failure.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkManager |
Server.networkManager()
Get this server's network manager.
|
| Constructor and Description |
|---|
ObjDBRemote(ServiceFinder serviceFinder,
NetworkManager networkManager,
String localName,
BootProperties props,
String propRoot,
Trace appTrace)
Create an object to access a remote object repository.
|
Copyright © 2017. All rights reserved.