Package | Description |
---|---|
org.elkoserver.foundation.actor |
Elko server classes representing entities with remote connections to a server.
|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.gatekeeper |
The Elko Gatekeeper.
|
org.elkoserver.server.workshop |
The Elko Workshop Server.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicProtocolHandler.auth(BasicProtocolActor from,
AuthDesc auth,
OptString label)
JSON method for the 'auth' message.
|
void |
BasicProtocolHandler.debug(BasicProtocolActor from,
String msg)
JSON method for the 'debug' message.
|
void |
BasicProtocolHandler.disconnect(BasicProtocolActor from)
JSON method for the 'disconnect' message.
|
void |
BasicProtocolHandler.ping(BasicProtocolActor from,
OptString tag)
JSON method for the 'ping' message.
|
void |
BasicProtocolHandler.pong(BasicProtocolActor from,
OptString tag)
JSON method for the 'pong' message.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalActor
Actor for an internal connection to a context server from within the server
farm.
|
Modifier and Type | Method and Description |
---|---|
void |
Gatekeeper.ensureAuthorizedAdmin(BasicProtocolActor from)
Guard function to guarantee that an operation is being attempted by an
actor who is authorized to do admin operations.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkshopActor
Actor for a connection to a workshop.
|
Copyright © 2017. All rights reserved.