Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
configured[P](psp: (P, Param[P])): Client
-
def
configured[P](p: P)(implicit arg0: Param[P]): Client
-
def
configuredParams(newParams: Params): Client
-
def
copy1(stack: Stack[ServiceFactory[PgRequest, PgResponse]], params: Params): Client { ... /* 2 definitions in type refinement */ }
-
def
database(database: String): Client
-
-
def
dest(addr: String): Client
-
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
-
def
newDispatcher(transport: Transport[In, Out] { type Context <: Client.this.Context }): Service[PgRequest, PgResponse]
-
-
-
-
-
final
def
newService(dest: String, label: String): Service[PgRequest, PgResponse]
-
-
def
newTransporter(addr: SocketAddress): Transporter[In, Out, Context]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
params: Params
-
final
def
registerTransporter(transporterName: String): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
transformed(t: Transformer): StackClient[PgRequest, PgResponse]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
withAdmissionControl: ClientAdmissionControlParams[Client]
-
def
withBinaryParams(enable: Boolean = true): Client
-
def
withBinaryResults(enable: Boolean = true): Client
-
def
withCredentials(user: String): Client
-
def
withCredentials(user: String, password: String): Client
-
def
withCredentials(user: String, password: Option[String]): Client
-
-
-
def
withDefaultTypes(): Client
-
def
withExceptionStatsHandler(exceptionStatsHandler: ExceptionStatsHandler): Client
-
def
withLabel(label: String): Client
-
val
withLoadBalancer: DefaultLoadBalancingParams[Client]
-
def
withMonitor(monitor: Monitor): Client
-
def
withParams(params: Params): Client
-
def
withRequestTimeout(timeout: Tunable[Duration]): Client
-
def
withRequestTimeout(timeout: Duration): Client
-
def
withResponseClassifier(responseClassifier: ResponseClassifier): Client
-
def
withRetryBackoff(backoff: Stream[Duration]): Client
-
-
def
withRetryPolicy(policy: RetryPolicy[Try[Nothing]]): Client
-
val
withSession: ClientSessionParams[Client]
-
val
withSessionPool: SessionPoolingParams[Client]
-
val
withSessionQualifier: SessionQualificationParams[Client]
-
-
-
def
withStatsReceiver(statsReceiver: StatsReceiver): Client
-
def
withTracer(tracer: Tracer): Client
-
val
withTransport: ClientTransportParams[Client]
Deprecated Value Members
-
Inherited from Serializable
Inherited from Parameterized[Client]