Package-level declarations

Types

Link copied to clipboard
interface StreamSocket

Created by pedro on 22/9/24.

Link copied to clipboard
abstract class TcpStreamSocket : StreamSocket

Created by pedro on 22/9/24.

Link copied to clipboard
class TcpStreamSocketImp(host: String, port: Int, secured: Boolean = false, certificate: TrustManager? = null) : TcpStreamSocket

Created by pedro on 22/9/24.

Link copied to clipboard
class UdpStreamSocket(host: String, port: Int, sourcePort: Int? = null, receiveSize: Int? = null, broadcastMode: Boolean = false) : StreamSocket

Created by pedro on 22/9/24.