Package | Description |
---|---|
org.elkoserver.foundation.net |
Classes for message communication over the TCP and HTTP for Elko.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONByteIOFramer
I/O framer implementation for JSON messages.
|
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.
|
Copyright © 2017. All rights reserved.