Package | Description |
---|---|
org.elkoserver.foundation.actor |
Elko server classes representing entities with remote connections to a server.
|
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.objdb |
The Elko Object Database.
|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.context.users |
A package of mods related to alternative mechanisms for user creation.
|
org.elkoserver.server.workshop |
The Elko Workshop Server.
|
Class and Description |
---|
Connection
A communications connection to other entities on the net.
|
HTTPFramer
An HTTPFramer is responsible for extracting messages from HTTP POSTs
arriving on an HTTP connection and doing something meaningful with them.
|
MessageHandler
Interface for objects that handle events on a
Connection . |
Class and Description |
---|
ByteIOFramer
Interface supporting message framing services.
|
ByteIOFramerFactory
Interface supporting protocol-specific message framing on a connection,
to frame inchoate streams of bytes into processable units.
|
ChunkyByteArrayInputStream
Input stream similar to ByteArrayInputStream but backed by an ongoing series
of byte arrays that can be added to during the stream object's lifetime.
|
Connection
A communications connection to other entities on the net.
|
ConnectionBase
Base class providing common internals implementation for various types of
Connection objects.
|
ConnectionCountMonitor
Track the number of connections, so server can exit gracefully.
|
HTTPFramer
An HTTPFramer is responsible for extracting messages from HTTP POSTs
arriving on an HTTP connection and doing something meaningful with them.
|
HTTPRequest
An HTTP request descriptor, obtained by parsing the lines of text in an HTTP
request as they are received.
|
LoadMonitor
Interface implemented by classes that support tracking server load.
|
MessageHandler
Interface for objects that handle events on a
Connection . |
MessageHandlerFactory
Interface to handle the application-specific portion of
Connection
creation. |
MessageReceiver
Interface for the object that a
Connection uses to accept incoming
messages from the net. |
NetAddr
An IP network address and port number combination, represented in a somewhat
friendlier way than
InetSocketAddress
does. |
NetworkManager
Manage network connections between this server and other entities.
|
Class and Description |
---|
Connection
A communications connection to other entities on the net.
|
ConnectionCountMonitor
Track the number of connections, so server can exit gracefully.
|
LoadMonitor
Interface implemented by classes that support tracking server load.
|
MessageHandler
Interface for objects that handle events on a
Connection . |
MessageHandlerFactory
Interface to handle the application-specific portion of
Connection
creation. |
NetworkManager
Manage network connections between this server and other entities.
|
Class and Description |
---|
NetworkManager
Manage network connections between this server and other entities.
|
Class and Description |
---|
Connection
A communications connection to other entities on the net.
|
MessageHandler
Interface for objects that handle events on a
Connection . |
Class and Description |
---|
Connection
A communications connection to other entities on the net.
|
Class and Description |
---|
Connection
A communications connection to other entities on the net.
|
MessageHandler
Interface for objects that handle events on a
Connection . |
Copyright © 2017. All rights reserved.