Package-level declarations
Types
Link copied to clipboard
class TcpStreamSocketKtor(host: String, port: Int, secured: Boolean, certificate: TrustManager? = null) : TcpStreamSocketKtorBase
Link copied to clipboard
Link copied to clipboard
class UdpStreamSocketKtor(host: String, port: Int, sourcePort: Int? = null, receiveSize: Int? = null, type: UdpType = UdpType.UNICAST) : UdpStreamSocket