Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceDesc> |
Server.services()
Get the services being offered by this server.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.registerService(ServiceDesc service)
Add a new service offering to the collection of services provided by
this server.
|
Modifier and Type | Method and Description |
---|---|
ServiceDesc |
ServiceDesc.subService(String service)
Generate a service descriptor based on this one.
|
Modifier and Type | Method and Description |
---|---|
static JSONLiteralArray |
ServiceDesc.encodeArray(Iterable<ServiceDesc> services)
Generate a JSONLiteralArray of ServiceDesc objects from a sequence of
them.
|
Copyright © 2017. All rights reserved.