Package-level declarations

Types

Link copied to clipboard
data class DgramInfo(val address: InetAddress, val port: Int)
Link copied to clipboard
data class MetaInfo(val dgram: DgramInfo, val header: ZappHeader)

Meta information of received ZAPP Object.

Link copied to clipboard
class ZapClient(serverAddress: InetAddress)

A client that sends data to server.

Link copied to clipboard
open class ZapServer

A server that receives data from client.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard