jsonrpclib-core
jsonrpclib-core
jsonrpclib
Channel
Channel
Codec
Codec
Conflicting
Method
Error
Endpoint
Endpoint
Notification
Endpoint
Partially
Applied
Endpoint
Request
Response
Endpoint
Error
Codec
Error
Codec
Error
Payload
Error
Payload
Error
Report
Future
Based
Channel
Monadic
Monadic
Payload
Payload
Protocol
Error
Protocol
Error
Internal
Error
Invalid
Params
Invalid
Request
Method
Not
Found
Parse
Error
Server
Error
Stub
Template
Stub
Template
Notification
Template
Request
Response
Template
jsonrpclib
.internals
Call
Id
Call
Id
Null
Id
Number
Id
String
Id
Message
jsonrpclib-core
/
jsonrpclib.internals
/
CallId
CallId
object
CallId
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
CallId
.type
Keywords
Select All
Deselect All
no keywords
case
final
implicit
Inherited
Select All
Deselect All
Not inherited
Mirror
Type members
Implicits
Type members
Classlikes
case
object
NullId
extends
CallId
final case
class
NumberId
(
long:
Long
)
extends
CallId
final case
class
StringId
(
string:
String
)
extends
CallId
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Implicits
Implicits
implicit
val
callIdRW
:
JsonValueCodec
[
CallId
]