SocketWire

class SocketWire

Constructors

Link copied to clipboard
fun SocketWire()

Types

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