Dummy

izumi.idealingua.runtime.rpc.http4s.ws.WsClientSession.Dummy
final class Dummy[F[_, _], SessionCtx](initialContext: SessionCtx, muxer: IRTServerMultiplexor[F, Unit], wsSessionsContext: Set[AnyContext[F, SessionCtx]], wsSessionStorage: WsSessionsStorage[F, SessionCtx], wsContextExtractor: WsContextExtractor[SessionCtx], logger: LogIO2[F])(implicit evidence$1: IO2[F], evidence$2: Temporal2[F], evidence$3: Primitives2[F]) extends Base[F, SessionCtx]

Attributes

Graph
Supertypes
class Base[F, SessionCtx]
trait WsClientSession[F, SessionCtx]
trait WsResponder[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def finish(onFinish: SessionCtx => F[Throwable, Unit]): F[Throwable, Unit]

Attributes

Definition Classes
Inherited from:
Base
def requestAndAwaitResponse(method: IRTMethodId, data: Json, timeout: FiniteDuration): F[Throwable, Option[RawResponse]]

Attributes

Inherited from:
Base
override def responseWith(id: RpcPacketId, response: RawResponse): F[Throwable, Unit]

Attributes

Definition Classes
Inherited from:
Base
override def responseWithData(id: RpcPacketId, data: Json): F[Throwable, Unit]

Attributes

Definition Classes
Inherited from:
Base
override def start(onStart: SessionCtx => F[Throwable, Unit]): F[Throwable, Unit]

Attributes

Definition Classes
Inherited from:
Base
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Base -> Any
Inherited from:
Base
override def updateRequestCtx(newContext: SessionCtx): F[Throwable, SessionCtx]

Attributes

Definition Classes
Inherited from:
Base

Inherited fields

protected val requestState: WsRequestState[F]

Attributes

Inherited from:
Base
override val sessionId: WsSessionId

Attributes

Inherited from:
Base