class Server : SocketWire.Base
Server(lifetime: <ERROR CLASS>, scheduler: <ERROR CLASS>, port: Int?, optId: String? = null, allowRemoteConnections: Boolean = false) |
val port: Int |
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. |