MessagingServer
class MessagingServer(bindAddress: InetSocketAddress, secret: ByteArray, onMessage: (SocketAddress, String, ByteArray) -> Unit) : AutoCloseable
UDP server that accepts authenticated messaging packets.
Constructors
Link copied to clipboard
constructor(bindAddress: InetSocketAddress, secret: ByteArray, onMessage: (SocketAddress, String, ByteArray) -> Unit)