TestClient

org.nlogo.hubnet.protocol.TestClient
See theTestClient companion object
case class TestClient(userId: String, clientType: String, ip: String, port: Int, executor: ExecutorService)

Attributes

Companion
object
Source
TestClient.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close(reason: String): Unit

Attributes

Source
TestClient.scala
def dead: Boolean

Attributes

Source
TestClient.scala
def nextMessage(timeoutMillis: Long): Option[Message]

Attributes

Source
TestClient.scala
def sendActivityCommand(message: String, content: Any): Unit

Attributes

Source
TestClient.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val activityName: String

Attributes

Source
TestClient.scala
lazy val messagesReceived: LinkedBlockingQueue[Message]

Attributes

Source
TestClient.scala