AbstractConnection
org.nlogo.hubnet.connection.AbstractConnection
abstract class AbstractConnection(name: String, connectionStreams: Streamable) extends Thread
Attributes
- Source
- AbstractConnection.scala
- Graph
-
- Supertypes
-
class Threadtrait Runnableclass Objecttrait Matchableclass Any
- Known subtypes
-
class ServerSideConnection
Members list
Value members
Abstract methods
Attributes
- Source
- AbstractConnection.scala
Attributes
- Source
- AbstractConnection.scala
Concrete methods
Attributes
- Source
- AbstractConnection.scala
Attributes
- Source
- AbstractConnection.scala
Attributes
- Definition Classes
-
Thread -> Runnable
- Source
- AbstractConnection.scala
Attributes
- Source
- AbstractConnection.scala
Attributes
- Source
- AbstractConnection.scala
Attributes
- Source
- AbstractConnection.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
Concrete fields
Attributes
- Source
- AbstractConnection.scala
Attributes
- Source
- AbstractConnection.scala
In this article