final class NetworkChannel extends CommandChannel

Self Type
NetworkChannel
Linear Supertypes
CommandChannel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetworkChannel
  2. CommandChannel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NetworkChannel(name: String, connection: Socket, structure: BuildStructure, auth: Set[ServerAuthentication], instance: ServerInstance, handlers: Seq[ServerHandler], log: Logger)
  2. new NetworkChannel(name: String, connection: Socket, auth: Set[ServerAuthentication], instance: ServerInstance, handlers: Seq[ServerHandler], mkUIThreadImpl: (State, CommandChannel) ⇒ UITask)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def append(exec: Exec): Boolean
    Definition Classes
    CommandChannel
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authOptions: Set[ServerAuthentication]
    Attributes
    protected
  7. def authenticate(token: String): Boolean
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def log: Logger
  16. def logMessage(level: String, message: String): Unit
  17. def mkUIThread: (State, CommandChannel) ⇒ UITask
    Definition Classes
    NetworkChannelCommandChannel
  18. val name: String
    Definition Classes
    NetworkChannelCommandChannel
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def notifyEvent(event: EventMessage): Unit
  23. def onCancellationRequest(execId: Option[String], crp: CancelRequestParams): Unit
    Attributes
    protected
  24. def onCommand(command: CommandMessage): Unit
  25. def onCompletionRequest(execId: Option[String], cp: CompletionParams): Unit
    Attributes
    protected
    Annotations
    @nowarn()
  26. def onSettingQuery(execId: Option[String], req: protocol.SettingQuery): Unit
    Attributes
    protected
  27. def poll: Option[Exec]
    Definition Classes
    CommandChannel
  28. def prompt(e: ConsolePromptEvent): Unit
    Definition Classes
    CommandChannel
  29. def publishBytes(event: Array[Byte], delimit: Boolean): Unit
  30. def publishBytes(event: Array[Byte]): Unit
    Definition Classes
    NetworkChannelCommandChannel
  31. def respond[A](event: A, execId: Option[String])(implicit arg0: JsonFormat[A]): Unit
  32. def respond[A](event: A)(implicit arg0: JsonFormat[A]): Unit
  33. def setInitialized(value: Boolean): Unit
    Attributes
    protected
  34. def shutdown(logShutdown: Boolean): Unit
    Definition Classes
    NetworkChannelCommandChannel
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. val thread: Thread { ... /* 4 definitions in type refinement */ }
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unprompt(e: ConsoleUnpromptEvent): Unit
    Definition Classes
    CommandChannel
  39. val userThread: UserThread
    Definition Classes
    NetworkChannelCommandChannel
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def shutdown(): Unit
    Definition Classes
    NetworkChannelCommandChannel
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Use variant that takes logShutdown parameter

Inherited from CommandChannel

Inherited from AnyRef

Inherited from Any

Ungrouped