ServerSideConnection

org.nlogo.hubnet.server.ServerSideConnection
class ServerSideConnection(connectionStreams: Streamable, val remoteAddress: String, server: ConnectionManagerInterface) extends AbstractConnection

Attributes

Source
ServerSideConnection.scala
Graph
Supertypes
class Thread
trait Runnable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

Attributes

Source
ServerSideConnection.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def disconnect(reason: String): Unit

Attributes

Definition Classes
Source
ServerSideConnection.scala
def disconnect(notifyClient: Boolean, reason: String): Unit

Attributes

Source
ServerSideConnection.scala
override def handleEx(e: Exception, sendingEx: Boolean): Unit

Attributes

Definition Classes
Source
ServerSideConnection.scala
override def receiveData(a: AnyRef): Unit

Attributes

Definition Classes
Source
ServerSideConnection.scala

Inherited methods

def getContextClassLoader(): ClassLoader

Attributes

Inherited from:
Thread
def getId(): Long

Attributes

Inherited from:
Thread
final def getName(): String

Attributes

Inherited from:
Thread
final def getPriority(): Int

Attributes

Inherited from:
Thread

Attributes

Inherited from:
AbstractConnection
Source
AbstractConnection.scala
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Thread
def getState(): State

Attributes

Inherited from:
Thread
final def getThreadGroup(): ThreadGroup

Attributes

Inherited from:
Thread
def getUncaughtExceptionHandler(): UncaughtExceptionHandler

Attributes

Inherited from:
Thread
def interrupt(): Unit

Attributes

Inherited from:
Thread
final def isAlive(): Boolean

Attributes

Inherited from:
Thread
final def isDaemon(): Boolean

Attributes

Inherited from:
Thread

Attributes

Inherited from:
Thread
final def join(): Unit

Attributes

Inherited from:
Thread
final def join(x$0: Long, x$1: Int): Unit

Attributes

Inherited from:
Thread
final def join(x$0: Long): Unit

Attributes

Inherited from:
Thread
override def run(): Unit

Attributes

Definition Classes
AbstractConnection -> Thread -> Runnable
Inherited from:
AbstractConnection
Source
AbstractConnection.scala
def sendData(a: Any): Unit

Attributes

Inherited from:
AbstractConnection
Source
AbstractConnection.scala
def setContextClassLoader(x$0: ClassLoader): Unit

Attributes

Inherited from:
Thread
final def setDaemon(x$0: Boolean): Unit

Attributes

Inherited from:
Thread
final def setName(x$0: String): Unit

Attributes

Inherited from:
Thread
final def setPriority(x$0: Int): Unit

Attributes

Inherited from:
Thread
def setUncaughtExceptionHandler(x$0: UncaughtExceptionHandler): Unit

Attributes

Inherited from:
Thread
def start(): Unit

Attributes

Inherited from:
Thread
def stopWriting(): Unit

Attributes

Inherited from:
AbstractConnection
Source
AbstractConnection.scala
def toString(): String

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
def waitForSendData(a: Any): Unit

Attributes

Inherited from:
AbstractConnection
Source
AbstractConnection.scala

Deprecated and Inherited methods

@Deprecated(since = "17", forRemoval = true)
final def checkAccess(): Unit

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
@Deprecated(since = "1.2", forRemoval = true)
final def resume(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Thread
@Deprecated(since = "1.2", forRemoval = _)
final def stop(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Thread
@Deprecated(since = "1.2", forRemoval = true)
final def suspend(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Thread

Concrete fields

Attributes

Source
ServerSideConnection.scala

Inherited fields

protected val output: ObjectOutputStream

Attributes

Inherited from:
AbstractConnection
Source
AbstractConnection.scala
protected val writeQueue: LinkedBlockingQueue[Any]

Attributes

Inherited from:
AbstractConnection
Source
AbstractConnection.scala