sbt.internal.protocol
Members list
Packages
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion
- class
- 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
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsonRpcMessage.type
Value parameters
- method
-
The method to be invoked.
- params
-
The method's params.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Value parameters
- id
-
The request id.
- method
-
The method to be invoked.
- params
-
The method's params.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Value parameters
- 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.
Attributes
- Companion
- object
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsonRpcResponseError.type
Value parameters
- 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.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- 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).
Value parameters
- uri
-
URI of the sbt server.
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any