Packages

c

sbt.internal.client

ServerConnection

abstract class ServerConnection extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerConnection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerConnection(connection: Socket)

Abstract Value Members

  1. abstract def onNotification(msg: JsonRpcNotificationMessage): Unit
  2. abstract def onRequest(msg: JsonRpcRequestMessage): Unit
  3. abstract def onResponse(msg: JsonRpcResponseMessage): Unit
  4. abstract def onShutdown(): Unit

Concrete Value Members

  1. def sendString(message: String): Unit
  2. def shutdown(): Unit
  3. val thread: Thread
  4. def writeLine(a: Array[Byte]): Unit