Unix Domain Socket Factory
Impersonate TCP-style SocketFactory over UNIX domain sockets.
Constructors
Functions
Link copied to clipboard
open fun createSocket(host: String, port: Int, localHost: InetAddress, localPort: Int): Socket
Content copied to clipboard
open fun createSocket(host: InetAddress, port: Int, localAddress: InetAddress, localPort: Int): Socket
Content copied to clipboard
Link copied to clipboard