class HobbitsTransport : CoroutineScope
Hobbits is a peer-to-peer transport stack specified at https://www.github.com/deltap2p/hobbits. |
|
class Message
Hobbits message. |
|
enum class Protocol |
|
class Relayer : CoroutineScope
Relays messages between two endpoints, with an interceptor reading passed messages. |
|
enum class Transport
Transport types supported. |
val MESSAGE_HEADER_LENGTH: Int |
|
val PREAMBLE: ByteArray |