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.workshop |
The Elko Workshop Server.
|
Modifier and Type | Class and Description |
---|---|
class |
NonRoutingActor
An
Actor that receives untargeted JSON messages over its connection. |
class |
RoutingActor
An
Actor that receives targeted JSON messages over its connection. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceActor
Actor for a connection to an external service.
|
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 | Class and Description |
---|---|
class |
WorkshopActor
Actor for a connection to a workshop.
|
Copyright © 2017. All rights reserved.