RPCServer

lepus.std.RPCServer
trait RPCServer[F[_], I, O]

Attributes

Source
RPCChannel.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def ignore(i: RequestMethod[I]): F[Unit]

Attributes

Source
RPCChannel.scala
def reject(i: RequestMethod[I]): F[Unit]

Attributes

Source
RPCChannel.scala

Attributes

Source
RPCChannel.scala
def respond(req: RequestMethod[I], o: O): F[Unit]

Attributes

Source
RPCChannel.scala