MachineServer class

Constructors

MachineServer(int _port, String _pMachineDir)

Properties

client MachineClient
Connect to the machine over the network.
no setter
hashCode int
The hash code for this object.
no setterinherited
isRunning bool
Is the server running?
no setter
localClient LocalMachine
Local Client.
no setter
machineDir String
Get the machine directory.
no setter
port int
Get the current port.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

newPort([int? newPort]) Future
Change the current port.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future
Start the server.
stop() Future
Stop the server.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited