Package-level declarations

Types

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