object TimeoutFilter
- Alphabetic
- By Inheritance
- TimeoutFilter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
Param extends AnyRef
A class eligible for configuring a com.twitter.finagle.Stackable com.twitter.finagle.service.TimeoutFilter module.
-
case class
PropagateDeadlines(enabled: Boolean) extends Product with Serializable
A class eligible for configuring a com.twitter.finagle.Stackable com.twitter.finagle.service.TimeoutFilter module when used for enabling propagation of deadlines to outbound requests.
A class eligible for configuring a com.twitter.finagle.Stackable com.twitter.finagle.service.TimeoutFilter module when used for enabling propagation of deadlines to outbound requests. The default behavior is to propagate deadlines.
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
- val TimeoutAnnotation: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clientModule[Req, Rep]: Stackable[ServiceFactory[Req, Rep]]
Creates a com.twitter.finagle.Stackable com.twitter.finagle.service.TimeoutFilter for use in clients.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
role: Role
Used for a per request timeout.
-
def
serverModule[Req, Rep]: Stackable[ServiceFactory[Req, Rep]]
Creates a com.twitter.finagle.Stackable com.twitter.finagle.service.TimeoutFilter for use in servers.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
totalTimeoutRole: Role
Used for a total timeout for requests, including retries when applicable.
- def typeAgnostic(timeout: Duration, exception: RequestTimeoutException, timer: Timer): TypeAgnostic
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Param
- object PropagateDeadlines extends Serializable