Object/Class

io.buoyant.linkerd.protocol

ThriftMuxInitializer

Related Docs: class ThriftMuxInitializer | package protocol

Permalink

object ThriftMuxInitializer extends ThriftMuxInitializer

Linear Supertypes
ThriftMuxInitializer, ProtocolInitializer, ConfigInitializer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThriftMuxInitializer
  2. ThriftMuxInitializer
  3. ProtocolInitializer
  4. ConfigInitializer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type RouterReq = ThriftClientRequest

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  2. type RouterRsp = Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  3. type ServerReq = Request

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  4. type ServerRsp = Response

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  5. type ServerStack = Stack[ServiceFactory[ServerReq, ServerRsp]]

    Permalink
    Attributes
    protected
    Definition Classes
    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: IngestingFilter.type

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

    Permalink
    Definition Classes
    Any
  6. def clearServerContext(stk: ServerStack): ServerStack

    Permalink
    Attributes
    protected
    Definition Classes
    ProtocolInitializer
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ThriftMuxInitializer → ConfigInitializer
  9. def configId: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProtocolInitializer
  11. val defaultRouter: router.ThriftMux.Router

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  12. val defaultServer: StackServer[Request, Response]

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  13. def defaultServerPort: Int

    Permalink
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val experimentalRequired: Boolean

    Permalink
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  17. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  21. val name: String

    Permalink
    Definition Classes
    ThriftMuxInitializer → ProtocolInitializer
  22. lazy val namedType: NamedType

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

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

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

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

    Permalink
    Definition Classes
    ConfigInitializer
  27. def router: Router

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

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

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

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

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

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

Inherited from ThriftMuxInitializer

Inherited from ProtocolInitializer

Inherited from ConfigInitializer

Inherited from AnyRef

Inherited from Any

Ungrouped