object StackClient
- Alphabetic
- By Inheritance
- StackClient
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultParams: Params
The default params used for client stacks.
- def endpointStack[Req, Rep]: Stack[ServiceFactory[Req, Rep]]
A com.twitter.finagle.Stack representing an endpoint.
A com.twitter.finagle.Stack representing an endpoint. Note that this is terminated by a com.twitter.finagle.service.FailingFactory: users are expected to terminate it with a concrete service factory.
- See also
com.twitter.finagle.service.FailFastFactory
com.twitter.finagle.service.PendingRequestFilter
com.twitter.finagle.service.ClosableService
com.twitter.finagle.service.StatsServiceFactory
com.twitter.finagle.tracing.ClientDestTracingFilter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newStack[Req, Rep]: Stack[ServiceFactory[Req, Rep]]
Creates a default finagle client com.twitter.finagle.Stack.
Creates a default finagle client com.twitter.finagle.Stack. The stack can be configured via com.twitter.finagle.Stack.Param's in the finagle package object (com.twitter.finagle.param) and specific params defined in the companion objects of the respective modules.
- See also
com.twitter.finagle.factory.RefcountedFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object DefaultInjectors extends ParamsInjectorCollection[ClientParamsInjector]
A set of ClientParamsInjectors for transforming client params.
- object PrepConn
- object PrepFactory
- object ProtoTracing
- object RequestDraining
- object Role extends Role
Canonical Roles for some Client-related Stack module.
Canonical Roles for some Client-related Stack module. Other roles are defined within the companion objects of the respective modules.