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.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONHTTPFramer
HTTP message framer for JSON messages transported via HTTP.
|
Modifier and Type | Method and Description |
---|---|
NetAddr |
NetworkManager.listenHTTP(String listenAddress,
MessageHandlerFactory innerHandlerFactory,
String rootURI,
HTTPFramer httpFramer,
boolean secure,
Trace trace)
Begin listening for incoming HTTP connections on some port.
|
Copyright © 2017. All rights reserved.