jsonrpclib-core
jsonrpclib-core
API
jsonrpclib
CallId
CallId
NullId
NumberId
StringId
Channel
Channel
Codec
Codec
ConflictingMethodError
Endpoint
Endpoint
NotificationEndpoint
PartiallyAppliedEndpoint
RequestResponseEndpoint
ErrorCodec
ErrorCodec
ErrorPayload
ErrorPayload
ErrorReport
FutureBasedChannel
InputMessage
InputMessage
NotificationMessage
RequestMessage
Message
Message
Monadic
Monadic
OutputMessage
OutputMessage
ErrorMessage
ResponseMessage
Payload
Payload
Data
NullPayload
ProtocolError
ProtocolError
InternalError
InvalidParams
InvalidRequest
MethodNotFound
ParseError
ServerError
StubTemplate
StubTemplate
NotificationTemplate
RequestResponseTemplate
jsonrpclib-core
/
jsonrpclib
/
Endpoint
/
PartiallyAppliedEndpoint
PartiallyAppliedEndpoint
jsonrpclib.Endpoint.PartiallyAppliedEndpoint
class
PartiallyAppliedEndpoint
[
F
[
_
]](
method
:
MethodPattern
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
apply
[
In
,
Err
,
Out
](
run
:
In
=>
F
[
Either
[
Err
,
Out
]])(
implicit
inCodec
:
Codec
[
In
],
errCodec
:
ErrorCodec
[
Err
],
outCodec
:
Codec
[
Out
]):
Endpoint
[
F
]
def
full
[
In
,
Err
,
Out
](
run
: (
InputMessage
,
In
)
=>
F
[
Either
[
Err
,
Out
]])(
implicit
inCodec
:
Codec
[
In
],
errCodec
:
ErrorCodec
[
Err
],
outCodec
:
Codec
[
Out
]):
Endpoint
[
F
]
def
notification
[
In
](
run
:
In
=>
F
[
Unit
])(
implicit
inCodec
:
Codec
[
In
]):
Endpoint
[
F
]
def
notificationFull
[
In
](
run
: (
InputMessage
,
In
)
=>
F
[
Unit
])(
implicit
inCodec
:
Codec
[
In
]):
Endpoint
[
F
]
def
simple
[
In
,
Out
](
run
:
In
=>
F
[
Out
])(
implicit
F
:
Monadic
[
F
],
inCodec
:
Codec
[
In
],
outCodec
:
Codec
[
Out
]):
Endpoint
[
F
]
In this article
Attributes
Members list
Value members
Concrete methods