org.nlogo.hubnet.protocol
Members list
Type members
Classlikes
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- CalculatorInterface.scala
- Supertypes
-
trait Producttrait Equalstrait ClientInterfacetrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Messages.scala
- Supertypes
- Self type
-
ClearOverrideMessage.type
Attributes
- Source
- ComputerInterface.scala
- Supertypes
-
trait Producttrait Equalstrait ClientInterfacetrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Messages.scala
- Supertypes
- Self type
-
DisableView.type
Attributes
- Companion
- class
- Source
- Messages.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DiscoveryMessage.type
A message broadcast by HubNet servers to announce their existence. Sent by [[org.nlogo.hubnet.server.DiscoveryAnnouncer]]
in the server and received by org.nlogo.hubnet.client.DiscoveryListener in the client.
A message broadcast by HubNet servers to announce their existence. Sent by [[org.nlogo.hubnet.server.DiscoveryAnnouncer]]
in the server and received by org.nlogo.hubnet.client.DiscoveryListener in the client.
Value parameters
- hostName
-
- The host name of the originating server. This is null on the server side and is filled in on the client side with information from the transmission packet.
- modelName
-
- Name of the model running on the server sending this message
- portNumber
-
-Port on which the server senging this message is operating
- uniqueId
-
- User-defined uniqueId of the server sending this message
- version
-
- Version id of the server sending this message
Attributes
- Companion
- object
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
- Self type
-
EnterMessage.type
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class ActivityCommandclass AgentPerspectiveMessageobject ClearOverrideMessageobject DisableViewobject EnterMessageclass ExitMessageclass HandshakeFromClientclass HandshakeFromServerclass LoginFailureclass OverrideMessageclass PlotControlclass PlotUpdateclass Textclass ViewUpdateclass WidgetControlShow all
Attributes
- Source
- Messages.scala
- Supertypes
Attributes
- Source
- Messages.scala
- Supertypes
Message from server tells client to update Plots
Attributes
- Companion
- class
- Source
- TestClient.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TestClient.type
Attributes
- Companion
- object
- Source
- TestClient.scala
- Supertypes
Message from server tells client to display text
Message from server tells client to display text
Attributes
- Companion
- class
- Source
- Messages.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Text.type
Attributes
- Companion
- object
- Source
- Messages.scala
- Supertypes
Message from server tells client to update the view
Message from server tells client to update the view
Value parameters
- worldData
-
a serialized
ServerWorld
Attributes
- See also
-
org.nlogo.hubnet.mirroring.ServerWorld
- Source
- Messages.scala
- Supertypes
Message from server to client when server changes value of client widget
Message from server to client when server changes value of client widget
Value parameters
- content
-
information to be handled by the indicated widget
- tag
-
the name of the widget
Attributes
- Source
- Messages.scala
- Supertypes