Package | Description |
---|---|
org.elkoserver.foundation.net |
Classes for message communication over the TCP and HTTP for Elko.
|
Modifier and Type | Class and Description |
---|---|
class |
TCPConnection
An implementation of
Connection that manages a non-blocking TCP
connection to a single remote host. |
Modifier and Type | Method and Description |
---|---|
ByteIOFramer |
WebSocketByteIOFramerFactory.provideFramer(MessageReceiver receiver,
String label)
Provide an I/O framer for a new HTTP connection.
|
ByteIOFramer |
RTCPRequestByteIOFramerFactory.provideFramer(MessageReceiver receiver,
String label)
Provide an I/O framer for a new RTCP connection.
|
ByteIOFramer |
JSONByteIOFramerFactory.provideFramer(MessageReceiver receiver,
String label)
Provide an I/O framer for a new connection.
|
ByteIOFramer |
HTTPRequestByteIOFramerFactory.provideFramer(MessageReceiver receiver,
String label)
Provide an I/O framer for a new HTTP connection.
|
ByteIOFramer |
ByteIOFramerFactory.provideFramer(MessageReceiver receiver,
String label)
Provide an I/O framer for a new connection.
|
Constructor and Description |
---|
JSONByteIOFramer(Trace msgTrace,
MessageReceiver receiver,
String label)
Constructor.
|
JSONByteIOFramer(Trace msgTrace,
MessageReceiver receiver,
String label,
ChunkyByteArrayInputStream in)
Constructor with explicit input.
|
Copyright © 2017. All rights reserved.