class HandleErrorsProxy extends ServiceFactoryProxy[PgRequest, PgResponse]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HandleErrorsProxy
- ServiceFactoryProxy
- ServiceFactory
- Closable
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HandleErrorsProxy(delegate: ServiceFactory[PgRequest, PgResponse])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen[A](g: (Future[Service[PgRequest, PgResponse]]) => A): (ClientConnection) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(conn: ClientConnection): Future[Service[PgRequest, PgResponse]]
- Definition Classes
- HandleErrorsProxy → ServiceFactoryProxy → ServiceFactory → Function1
- final def apply(): Future[Service[PgRequest, PgResponse]]
- Definition Classes
- ServiceFactory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(deadline: Time): Future[Unit]
- Definition Classes
- ServiceFactoryProxy → Closable
- def close(after: Duration): Future[Unit]
- Definition Classes
- Closable
- final def close(): Future[Unit]
- Definition Classes
- Closable
- def compose[A](g: (A) => ClientConnection): (A) => Future[Service[PgRequest, PgResponse]]
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flatMap[Req1, Rep1](f: (Service[PgRequest, PgResponse]) => Future[Service[Req1, Rep1]]): ServiceFactory[Req1, Rep1]
- Definition Classes
- ServiceFactory
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isAvailable: Boolean
- Definition Classes
- ServiceFactory
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[Req1, Rep1](f: (Service[PgRequest, PgResponse]) => Service[Req1, Rep1]): ServiceFactory[Req1, Rep1]
- Definition Classes
- ServiceFactory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def self: ServiceFactory[PgRequest, PgResponse]
- Definition Classes
- ServiceFactoryProxy
- def status: Status
- Definition Classes
- ServiceFactoryProxy → ServiceFactory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toService: Service[PgRequest, PgResponse]
- Definition Classes
- ServiceFactory
- def toString(): String
- Definition Classes
- ServiceFactoryProxy → ServiceFactory → Function1 → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object HandleErrors extends SimpleFilter[PgRequest, PgResponse]