Command
Command
API
xsbt
IPC
Server
IPC
sbt
internal
client
BspClient
ConsoleInterface
NetworkClient
NetworkClient
ServerConnection
server
ServerCallback
ServerHandler
ServerHandler
ServerIntent
ServerIntent
util
JoinThread
ThreadOps
CommandChannel
ConsolePromptEvent
ConsoleUnpromptEvent
ApplicationID
ApplicationID
BasicCommandStrings
BasicCommands
BasicKeys
Command
Command
CommandDefinitions
CommandSource
CommandSource
CommandUtil
ConnectionType
ConnectionType
Local
Tcp
Exec
Exec
Exit
Help
Help
Highlight
Identity
Reboot
ServerAuthentication
ServerAuthentication
Token
State
State
ClearGlobalLog
Continue
History
KeepLastLog
Next
Return
StateOpsImpl
StateOps
TemplateResolverInfo
Watched
Watched
WatchSource
CommandSourceFormats
ConnectionTypeFormats
ExecFormats
ServerAuthenticationFormats
Command
/
sbt
/
sbt.internal
/
sbt.internal.client
/
ServerConnection
ServerConnection
sbt.internal.client.ServerConnection
abstract
class
ServerConnection
(
connection
:
Socket
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Concrete fields