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.
- Alphabetic
- By Inheritance
- EndpointerModule
- Module
- Stackable
- Head
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- 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()
- val description: String
The description of the functionality of the element.
The description of the functionality of the element.
- Definition Classes
- EndpointerModule → Head
- 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
- def make(prms: Params, next: Stack[ServiceFactory[Req, Rep]]): Stack[ServiceFactory[Req, Rep]]
- Definition Classes
- EndpointerModule → Module
- 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 parameters: Seq[Param[_]]
The Params that the element is interested in.
The Params that the element is interested in.
- Definition Classes
- EndpointerModule → Head
- val role: Endpoint.type
The Role that the element can serve.
The Role that the element can serve.
- Definition Classes
- EndpointerModule → Head
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toStack(next: Stack[ServiceFactory[Req, Rep]]): Stack[ServiceFactory[Req, Rep]]
- 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()