Package-level declarations
Types
Link copied to clipboard
Messaging implementation backed by a UDP server.
Link copied to clipboard
class MessagingServer(bindAddress: InetSocketAddress, secret: ByteArray, onMessage: (SocketAddress, String, ByteArray) -> Unit) : AutoCloseable
UDP server that accepts authenticated messaging packets.
Link copied to clipboard
Messaging implementation that drops all traffic.