ServerConnection

sbt.internal.client.ServerConnection
abstract class ServerConnection(connection: Socket)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def onNotification(msg: JsonRpcNotificationMessage): Unit
def onRequest(msg: JsonRpcRequestMessage): Unit
def onResponse(msg: JsonRpcResponseMessage): Unit
def onShutdown(): Unit

Concrete methods

def sendString(message: String): Unit
def shutdown(): Unit
def writeLine(a: Array[Byte]): Unit

Concrete fields

val thread: Thread