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. def appendExec(commandLine: String, execId: Option[String]): Boolean
    Attributes
    protected
    Definition Classes
    CommandChannel
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def authOptions: Set[ServerAuthentication]
    Attributes
    protected
  8. def authenticate(token: String): Boolean
    Attributes
    protected
  9. def clientCanWork: Boolean
    Attributes
    protected
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def log: Logger
  18. def logMessage(level: String, message: String): Unit
  19. def mkUIThread: (State, CommandChannel) ⇒ UITask
    Definition Classes
    NetworkChannelCommandChannel
  20. val name: String
    Definition Classes
    NetworkChannelCommandChannel
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def notifyEvent(event: EventMessage): Unit
  25. def onCancellationRequest(execId: Option[String], crp: CancelRequestParams): Unit
    Attributes
    protected
  26. def onCompletionRequest(execId: Option[String], cp: CompletionParams): Unit
    Attributes
    protected
    Annotations
    @nowarn()
  27. def onSettingQuery(execId: Option[String], req: protocol.SettingQuery): Unit
    Attributes
    protected
  28. def poll: Option[Exec]
    Definition Classes
    CommandChannel
  29. def prompt(e: ConsolePromptEvent): Unit
    Definition Classes
    CommandChannel
  30. def publishBytes(event: Array[Byte], delimit: Boolean): Unit
  31. def publishBytes(event: Array[Byte]): Unit
    Definition Classes
    NetworkChannelCommandChannel
  32. def respond[A](event: A, execId: Option[String])(implicit arg0: JsonFormat[A]): Unit
  33. def respond[A](event: A)(implicit arg0: JsonFormat[A]): Unit
  34. def setInitializeOption(opts: InitializeOption): Unit
    Attributes
    protected
  35. def setInitialized(value: Boolean): Unit
    Attributes
    protected
  36. def shutdown(logShutdown: Boolean): Unit
    Definition Classes
    NetworkChannelCommandChannel
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def unprompt(e: ConsoleUnpromptEvent): Unit
    Definition Classes
    CommandChannel
  40. val userThread: UserThread
    Definition Classes
    NetworkChannelCommandChannel
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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