org.nlogo.hubnet.connection
package org.nlogo.hubnet.connection
Members list
Type members
Classlikes
abstract class AbstractConnection(name: String, connectionStreams: Streamable) extends Thread
Attributes
- Source
- AbstractConnection.scala
- Supertypes
-
class Threadtrait Runnableclass Objecttrait Matchableclass Any
- Known subtypes
-
class ServerSideConnection
trait ConnectionInterface
Attributes
- Source
- ConnectionInterface.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ConnectionTypes
Attributes
- Source
- ConnectionTypes.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConnectionTypes.type
class HubNetException(message: String) extends LogoException
Attributes
- Source
- HubNetException.scala
- Supertypes
-
class LogoExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object MessageEnvelope
Attributes
- Source
- MessageEnvelope.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MessageEnvelope.type
object NetworkUtils
Attributes
- Source
- NetworkUtils.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NetworkUtils.type
object Ports
Attributes
- Source
- Ports.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Ports.type
trait Streamable
Attributes
- Companion
- object
- Source
- Streamable.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Streamable
Attributes
- Companion
- trait
- Source
- Streamable.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Streamable.type
In this article