Packages

final class TkIdlServerBindings[F[+_, +_], BaseContext, FullContext, ClientId] extends NoClose[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]]

Linear Supertypes
NoClose[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]], Basic[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]], NoCloseBase[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]], Lifecycle[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TkIdlServerBindings
  2. NoClose
  3. Basic
  4. NoCloseBase
  5. Lifecycle
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TkIdlServerBindings(interfaceConfig: HttpInterfaceConfig, logger: LogIO2[F], clock: Clock2[F], metrics: Metrics[F], metricsMiddleware: MetricsSupport[[β$2$]F[Throwable, β$2$]], services: Set[IRTWrappedService[F, FullContext]], serverMuxer: IRTServerMultiplexor[F, BaseContext], clientMuxer: IRTClientMultiplexor[F], authenticator: TkAuthenticator[F, BaseContext], wsContextProvider: WsContextProvider[F, BaseContext, ClientId], wsSessionStorage: WsSessionsStorage[F, ClientId, BaseContext], wsSessionListeners: Set[WsSessionListener[F, ClientId]], izLogger: IzLogger, printer: Printer, rt: TkHttp4sRuntime[F, BaseContext, FullContext, ClientId])(implicit arg0: IO2[F])

Type Members

  1. final type InnerResource = TkHttp4sService[F, BaseContext]
    Definition Classes
    Basic → Lifecycle

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acquire: F[Throwable, TkHttp4sService[F, BaseContext]]
    Definition Classes
    TkIdlServerBindings → Basic → Lifecycle
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def beforeAcquire[G[x] >: F[Throwable, x]](f: => G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Lifecycle
  7. final def beforeRelease[G[x] >: F[Throwable, x]](f: (InnerResource) => G[Unit])(implicit arg0: QuasiApplicative[G]): Lifecycle[G, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Lifecycle
  8. final def catchAll[G[x] >: F[Throwable, x], B >: TkHttp4sService[F, BaseContext]](recover: (Throwable) => Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  9. final def catchSome[G[x] >: F[Throwable, x], B >: TkHttp4sService[F, BaseContext]](recover: PartialFunction[Throwable, Lifecycle[G, B]])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def evalMap[G[x] >: F[Throwable, x], B](f: (TkHttp4sService[F, BaseContext]) => G[B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  14. final def evalTap[G[x] >: F[Throwable, x]](f: (TkHttp4sService[F, BaseContext]) => G[Unit])(implicit arg0: QuasiIO[G]): Lifecycle[G, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Lifecycle
  15. final def extract[B >: TkHttp4sService[F, BaseContext]](resource: TkHttp4sService[F, BaseContext]): Right[Nothing, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Basic → Lifecycle
  16. final def flatMap[G[x] >: F[Throwable, x], B](f: (TkHttp4sService[F, BaseContext]) => Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def map[G[x] >: F[Throwable, x], B](f: (TkHttp4sService[F, BaseContext]) => B)(implicit arg0: QuasiFunctor[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def redeem[G[x] >: F[Throwable, x], B](onFailure: (Throwable) => Lifecycle[G, B], onSuccess: (TkHttp4sService[F, BaseContext]) => Lifecycle[G, B])(implicit arg0: QuasiIO[G]): Lifecycle[G, B]
    Definition Classes
    Lifecycle
  25. final def release(resource: InnerResource): F[Throwable, Unit]
    Definition Classes
    NoCloseBase → Lifecycle
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def void[G[x] >: F[Throwable, x]](implicit arg0: QuasiFunctor[G]): Lifecycle[G, Unit]
    Definition Classes
    Lifecycle
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def widen[B >: TkHttp4sService[F, BaseContext]]: Lifecycle[[β$0$]F[Throwable, β$0$], B]
    Definition Classes
    Lifecycle
    Annotations
    @inline()
  33. final def widenF[G[x] >: F[Throwable, x]]: Lifecycle[G, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Lifecycle
    Annotations
    @inline()
  34. final def wrapAcquire[G[x] >: F[Throwable, x]](f: (=> G[InnerResource]) => G[InnerResource]): Lifecycle[G, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Lifecycle
  35. final def wrapRelease[G[x] >: F[Throwable, x]](f: ((InnerResource) => G[Unit], InnerResource) => G[Unit]): Lifecycle[G, TkHttp4sService[F, BaseContext]]
    Definition Classes
    Lifecycle

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NoClose[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]]

Inherited from Basic[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]]

Inherited from NoCloseBase[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]]

Inherited from Lifecycle[[β$0$]F[Throwable, β$0$], TkHttp4sService[F, BaseContext]]

Inherited from AnyRef

Inherited from Any

Ungrouped