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