Packages

c

com.twitter.finagle.client

EndpointerModule

class EndpointerModule[Req, Rep] extends Module[ServiceFactory[Req, Rep]]

A module that hooks in a ServiceFactory that directly makes connections, intended to be used as the last ServiceFactory in the stack, the endpointer.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EndpointerModule
  2. Module
  3. Stackable
  4. Head
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EndpointerModule(extraParams: Seq[Param[_]], fn: (Params, SocketAddress) => ServiceFactory[Req, Rep])

    extraParams

    the parameters that fn will also need

    fn

    function that returns a ServiceFactory given params and a remote host

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val description: String

    The description of the functionality of the element.

    The description of the functionality of the element.

    Definition Classes
    EndpointerModuleHead
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def make(prms: Params, next: Stack[ServiceFactory[Req, Rep]]): Stack[ServiceFactory[Req, Rep]]
    Definition Classes
    EndpointerModuleModule
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val parameters: Seq[Param[_]]

    The Params that the element is interested in.

    The Params that the element is interested in.

    Definition Classes
    EndpointerModuleHead
  18. val role: Endpoint.type

    The Role that the element can serve.

    The Role that the element can serve.

    Definition Classes
    EndpointerModuleHead
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toStack(next: Stack[ServiceFactory[Req, Rep]]): Stack[ServiceFactory[Req, Rep]]
    Definition Classes
    ModuleStackable
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Module[ServiceFactory[Req, Rep]]

Inherited from Stackable[ServiceFactory[Req, Rep]]

Inherited from Head

Inherited from AnyRef

Inherited from Any

Ungrouped