Packages

c

com.twitter.finagle.postgres.codec

AuthenticationProxy

class AuthenticationProxy extends ServiceFactoryProxy[PgRequest, PgResponse]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticationProxy
  2. ServiceFactoryProxy
  3. ServiceFactory
  4. Closable
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AuthenticationProxy(delegate: ServiceFactory[PgRequest, PgResponse], user: String, password: Option[String], database: String, useSsl: Boolean)

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 andThen[A](g: (Future[Service[PgRequest, PgResponse]]) => A): (ClientConnection) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(conn: ClientConnection): Future[Service[PgRequest, PgResponse]]
    Definition Classes
    AuthenticationProxy → ServiceFactoryProxy → ServiceFactory → Function1
  6. final def apply(): Future[Service[PgRequest, PgResponse]]
    Definition Classes
    ServiceFactory
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def close(deadline: Time): Future[Unit]
    Definition Classes
    ServiceFactoryProxy → Closable
  10. def close(after: Duration): Future[Unit]
    Definition Classes
    Closable
  11. final def close(): Future[Unit]
    Definition Classes
    Closable
  12. def compose[A](g: (A) => ClientConnection): (A) => Future[Service[PgRequest, PgResponse]]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def flatMap[Req1, Rep1](f: (Service[PgRequest, PgResponse]) => Future[Service[Req1, Rep1]]): ServiceFactory[Req1, Rep1]
    Definition Classes
    ServiceFactory
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isAvailable: Boolean
    Definition Classes
    ServiceFactory
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def map[Req1, Rep1](f: (Service[PgRequest, PgResponse]) => Service[Req1, Rep1]): ServiceFactory[Req1, Rep1]
    Definition Classes
    ServiceFactory
  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. def self: ServiceFactory[PgRequest, PgResponse]
    Definition Classes
    ServiceFactoryProxy
  25. def status: Status
    Definition Classes
    ServiceFactoryProxy → ServiceFactory
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def toService: Service[PgRequest, PgResponse]
    Definition Classes
    ServiceFactory
  28. def toString(): String
    Definition Classes
    ServiceFactoryProxy → ServiceFactory → Function1 → AnyRef → Any
  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])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped