Class/Object

io.buoyant.linkerd.protocol

ThriftInitializer

Related Docs: object ThriftInitializer | package protocol

Permalink

class ThriftInitializer extends ProtocolInitializer

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

Instance Constructors

  1. new ThriftInitializer()

    Permalink

Type Members

  1. type RouterReq = ThriftClientRequest

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftInitializer → ProtocolInitializer
  3. type ServerReq = Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftInitializer → ProtocolInitializer
  4. type ServerRsp = Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftInitializer → 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
    ThriftInitializer → 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[ThriftConfig]

    Permalink
    Definition Classes
    ThriftInitializer → 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.Thrift.Router

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftInitializer → ProtocolInitializer
  12. val defaultServer: com.twitter.finagle.Thrift.Server

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

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

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

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

    Permalink
    Definition Classes
    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
    ThriftInitializer → 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 ProtocolInitializer

Inherited from ConfigInitializer

Inherited from AnyRef

Inherited from Any

Ungrouped