SocketWire

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Base : WireBase
Link copied to clipboard
class Client(lifetime: Lifetime, scheduler: IScheduler, port: Int, optId: String? = null, hostAddress: InetAddress = InetAddress.getLoopbackAddress()) : SocketWire.Base
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
class ServerFactory : IViewableSet<SocketWire.Server>
Link copied to clipboard
data class WireParameters(val scheduler: IScheduler, val id: String?)