sbt.internal.protocol
Members list
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- InitializeOption.type
A general message as defined by JSON-RPC.
A general message as defined by JSON-RPC.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- JsonRpcMessage.type
Attributes
- method
The method to be invoked.
- params
The method's params.
- Companion:
- object
- Graph
- Supertypes
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Attributes
- id
The request id.
- method
The method to be invoked.
- params
The method's params.
- Companion:
- object
- Graph
- Supertypes
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Attributes
- code
A number indicating the error type that occurred.
- data
A Primitive or Structured value that contains additional information about the error. Can be omitted.
- message
A string providing a short description of the error.
- Companion:
- object
- Graph
- Supertypes
- class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- JsonRpcResponseError.type
Attributes
- error
The error object in case a request fails.
- id
The request id.
- result
The result of a request. This can be omitted in the case of an error.
- Companion:
- object
- Graph
- Supertypes
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
This file should exist throughout the lifetime of the server. It can be used to find out the transport protocol (port number etc).
This file should exist throughout the lifetime of the server. It can be used to find out the transport protocol (port number etc).
Attributes
- uri
URI of the sbt server.
- Companion:
- object
- Graph
- Supertypes
- trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializableclass Objecttrait Matchableclass Any