class Client : SocketWire.Base
Client(lifetime: <ERROR CLASS>, scheduler: <ERROR CLASS>, port: Int, optId: String? = null, hostAddress: InetAddress = InetAddress.getLoopbackAddress()) |
val acktor: ExecutorService |
|
val id: String |
|
val lock: Object |
|
val logger: <ERROR CLASS> |
|
val sendBuffer: <ERROR CLASS> |
|
val socketProvider: <ERROR CLASS> |
open fun send(id: RdId, writer: (AbstractBuffer) -> Unit): Unit
Sends a data block with the given id and the given writer function that can write the data. |