org.nlogo.hubnet.server
package org.nlogo.hubnet.server
Members list
Packages
package org.nlogo.hubnet.server.gui
Type members
Classlikes
trait ClientEventListener
Attributes
- Source
- ConnectionManager.scala
- Supertypes
-
class Objecttrait Matchableclass Any
class ConnectionManager(val connection: ConnectionInterface, val clientEventListener: ClientEventListener, workspace: AbstractWorkspaceScala) extends ConnectionManagerInterface, Runnable
Attributes
- Source
- ConnectionManager.scala
- Supertypes
Attributes
- Source
- ConnectionManager.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ConnectionManager
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 Threadtrait Runnableclass Objecttrait Matchableclass Any
class HeadlessHubNetManager(workspace: AbstractWorkspaceScala, loader: AbstractModelLoader, modelConverter: ModelConversion) extends HubNetManager
Attributes
- Source
- HeadlessHubNetManager.scala
- Supertypes
-
class HubNetManagertrait ConnectionInterfacetrait HubNetInterfacetrait ModelSaveabletrait ViewInterfaceclass Objecttrait Matchableclass AnyShow all
class HeadlessHubNetManagerFactory extends HubNetManagerFactory
Attributes
- Source
- HubNetManagerFactory.scala
- Supertypes
abstract class HubNetManager(workspace: AbstractWorkspaceScala, modelLoader: AbstractModelLoader, modelConverter: ModelConversion) extends HubNetInterface, ConnectionInterface
Attributes
- Source
- HubNetManager.scala
- Supertypes
-
trait ConnectionInterfacetrait HubNetInterfacetrait ModelSaveabletrait ViewInterfaceclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class GUIHubNetManagerclass HeadlessHubNetManager
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 Objecttrait Matchableclass Any
- Self type
-
HubNetUtils.type
class ServerPlotManager(workspace: AbstractWorkspaceScala, connectionManager: ConnectionManager, plots: => List[Plot], currentPlot: => Plot) extends PlotListener
Attributes
- Source
- ServerPlotManager.scala
- Supertypes
class ServerSideConnection(connectionStreams: Streamable, val remoteAddress: String, server: ConnectionManagerInterface) extends AbstractConnection
Attributes
- Source
- ServerSideConnection.scala
- Supertypes
-
class AbstractConnectionclass Threadtrait Runnableclass Objecttrait Matchableclass AnyShow all
In this article