Package-level declarations
Types
Link copied to clipboard
class TcpStreamSocketJava(host: String, port: Int, secured: Boolean, certificates: TrustManager? = null) : TcpStreamSocketJavaBase
Link copied to clipboard
Link copied to clipboard
class UdpStreamSocketJava(host: String, port: Int, sourcePort: Int? = null, receiveSize: Int? = null, type: UdpType = UdpType.UNICAST) : UdpStreamSocket