org.nlogo.hubnet.server

Members list

Packages

Type members

Classlikes

Attributes

Source
ConnectionManager.scala
Supertypes
class Object
trait Matchable
class Any
class ConnectionManager(val connection: ConnectionInterface, val clientEventListener: ClientEventListener, workspace: AbstractWorkspaceScala) extends ConnectionManagerInterface, Runnable

Attributes

Source
ConnectionManager.scala
Supertypes
trait Runnable
class Object
trait Matchable
class Any

Attributes

Source
ConnectionManager.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DiscoveryAnnouncer(uniqueId: String, modelName: String, portNumber: Int, address: InetAddress) extends Thread

Repeatedly broadcasts a message to a multicast group announcing the existence of this server. Messages are received by a org.nlogo.hubnet.client.DiscoveryListener on the client.

Repeatedly broadcasts a message to a multicast group announcing the existence of this server. Messages are received by a org.nlogo.hubnet.client.DiscoveryListener on the client.

Attributes

See also

org.nlogo.hubnet.protocol.DiscoveryMessage

Source
DiscoveryAnnouncer.scala
Supertypes
class Thread
trait Runnable
class Object
trait Matchable
class Any

Attributes

Source
HeadlessHubNetManager.scala
Supertypes
trait ModelSaveable
class Object
trait Matchable
class Any
Show all

Attributes

Source
HubNetManagerFactory.scala
Supertypes
class Object
trait Matchable
class Any
abstract class HubNetManager(workspace: AbstractWorkspaceScala, modelLoader: AbstractModelLoader, modelConverter: ModelConversion) extends HubNetInterface, ConnectionInterface

Attributes

Source
HubNetManager.scala
Supertypes
trait ModelSaveable
class Object
trait Matchable
class Any
Show all
Known subtypes
object HubNetUtils

Static utility methods and constants for the HubNet server.

Static utility methods and constants for the HubNet server.

Attributes

Source
HubNetUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class ServerPlotManager(workspace: AbstractWorkspaceScala, connectionManager: ConnectionManager, plots: => List[Plot], currentPlot: => Plot) extends PlotListener

Attributes

Source
ServerPlotManager.scala
Supertypes
trait PlotListener
class Object
trait Matchable
class Any
class ServerSideConnection(connectionStreams: Streamable, val remoteAddress: String, server: ConnectionManagerInterface) extends AbstractConnection

Attributes

Source
ServerSideConnection.scala
Supertypes
class Thread
trait Runnable
class Object
trait Matchable
class Any
Show all