DiscoveryAnnouncer
org.nlogo.hubnet.server.DiscoveryAnnouncer
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.
Attributes
- See also
-
org.nlogo.hubnet.protocol.DiscoveryMessage
- Source
- DiscoveryAnnouncer.scala
- Graph
-
- Supertypes
-
class Threadtrait Runnableclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Broadcasts messages on the multicast group as long as shouldRun
is true.
Broadcasts messages on the multicast group as long as shouldRun
is true.
Attributes
- Definition Classes
-
Thread -> Runnable
- Source
- DiscoveryAnnouncer.scala
Attributes
- Source
- DiscoveryAnnouncer.scala
Inherited methods
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Thread
Deprecated and Inherited methods
@Deprecated(since = "17", forRemoval = true)
Attributes
- Deprecated
-
[Since version ]
see corresponding Javadoc for more information. - Inherited from:
- Thread
@Deprecated(since = "1.2", forRemoval = true)
Attributes
- Deprecated
-
[Since version ]
see corresponding Javadoc for more information. - Inherited from:
- Thread
Attributes
- Deprecated
-
[Since version ]
see corresponding Javadoc for more information. - Inherited from:
- Thread
Attributes
- Deprecated
-
[Since version ]
see corresponding Javadoc for more information. - Inherited from:
- Thread
In this article