Package | Description |
---|---|
org.elkoserver.foundation.actor |
Elko server classes representing entities with remote connections to a server.
|
org.elkoserver.foundation.server |
Core common server implementation classes for Elko.
|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.gatekeeper |
The Elko Gatekeeper.
|
org.elkoserver.server.workshop |
The Elko Workshop Server.
|
Constructor and Description |
---|
RoutingActor(Connection connection,
RefTable refTable)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.setServiceRefTable(RefTable serviceRefTable)
Assign the ref table that will be used to dispatch messages received
from connected services.
|
Modifier and Type | Class and Description |
---|---|
class |
Contextor
Main state data structure in a Context Server.
|
Modifier and Type | Method and Description |
---|---|
RefTable |
Gatekeeper.refTable()
Get the object reference table for this gatekeeper.
|
Modifier and Type | Class and Description |
---|---|
class |
Workshop
Main state data structure in a Workshop Server.
|
Copyright © 2017. All rights reserved.