Class/Object

io.buoyant.linkerd.protocol

MuxInitializer

Related Docs: object MuxInitializer | package protocol

Permalink

class MuxInitializer extends ProtocolInitializer with Simple

Linear Supertypes
Simple, ProtocolInitializer, ConfigInitializer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MuxInitializer
  2. Simple
  3. ProtocolInitializer
  4. ConfigInitializer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MuxInitializer()

    Permalink

Type Members

  1. type Req = Request

    Permalink
    Attributes
    protected
    Definition Classes
    MuxInitializer → Simple
  2. final type RouterReq = Req

    Permalink
    Attributes
    protected
    Definition Classes
    Simple → ProtocolInitializer
  3. final type RouterRsp = Rsp

    Permalink
    Attributes
    protected
    Definition Classes
    Simple → ProtocolInitializer
  4. type Rsp = Response

    Permalink
    Attributes
    protected
    Definition Classes
    MuxInitializer → Simple
  5. final type ServerReq = Req

    Permalink
    Attributes
    protected
    Definition Classes
    Simple → ProtocolInitializer
  6. final type ServerRsp = Rsp

    Permalink
    Attributes
    protected
    Definition Classes
    Simple → ProtocolInitializer

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val adapter: SimpleFilter[Req, Rsp]

    Permalink
    Attributes
    protected
    Definition Classes
    Simple → ProtocolInitializer
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val configClass: Class[MuxConfig]

    Permalink
    Definition Classes
    MuxInitializer → ConfigInitializer
  8. def configId: String

    Permalink
    Definition Classes
    ProtocolInitializer → ConfigInitializer
  9. def configureServer(router: Router, server: Server): Server

    Permalink
    Attributes
    protected
    Definition Classes
    ProtocolInitializer
  10. val defaultRouter: router.Mux.Router

    Permalink
    Attributes
    protected
    Definition Classes
    MuxInitializer → ProtocolInitializer
  11. val defaultServer: com.twitter.finagle.Mux.Server

    Permalink
    Attributes
    protected
    Definition Classes
    MuxInitializer → ProtocolInitializer
  12. def defaultServerPort: Int

    Permalink
    Definition Classes
    MuxInitializer → ProtocolInitializer
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val name: String

    Permalink
    Definition Classes
    MuxInitializer → ProtocolInitializer
  20. lazy val namedType: NamedType

    Permalink
    Definition Classes
    ConfigInitializer
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def registerSubtypes(mapper: ObjectMapper): Unit

    Permalink
    Definition Classes
    ConfigInitializer
  25. def router: Router

    Permalink
    Definition Classes
    ProtocolInitializer
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Simple

Inherited from ProtocolInitializer

Inherited from ConfigInitializer

Inherited from AnyRef

Inherited from Any

Ungrouped