package server
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BspCompileTask extends Product with Serializable
- class BuildServerEvalReporter extends ForwardingReporter
- final class BuildServerForwarder extends BuildServerReporter
-
sealed
trait
BuildServerReporter extends Reporter
Provides methods for sending success and failure reports and publishing diagnostics.
- final class BuildServerReporterImpl extends BuildServerReporter
- final class NetworkChannel extends CommandChannel
-
trait
ServerCallback extends AnyRef
Interface to invoke JSON-RPC response.
-
final
class
ServerHandler extends AnyRef
ServerHandler allows plugins to extend sbt server.
ServerHandler allows plugins to extend sbt server. It's a wrapper around curried function ServerCallback => JsonRpcRequestMessage => Unit.
- final class ServerIntent extends AnyRef
Value Members
- object BspCompileTask extends Serializable
- object BuildServerProtocol
-
object
ClientJob
A ClientJob represents a unit of work that sbt server process can outsourse back to the client.
A ClientJob represents a unit of work that sbt server process can outsourse back to the client. Initially intended for sbtn client-side run.
- object NetworkChannel
- object ServerHandler
- object ServerIntent
- object SettingQuery
- object VirtualTerminal