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.foundation.server.metadata |
Metadata objects used in the management of Elko servers and communicated
between them.
|
Constructor and Description |
---|
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 |
---|---|
List<HostDesc> |
Server.listeners()
Get the configured listeners for this server.
|
Modifier and Type | Method and Description |
---|---|
HostDesc |
ServiceDesc.asHostDesc(int retryInterval)
Generate a HostDesc object suitable for establishing a connection
to the service described by this service descriptor.
|
static HostDesc |
HostDesc.fromProperties(BootProperties props,
String propRoot)
Create a HostDesc object from specifications provided by properties:
|
Copyright © 2017. All rights reserved.