Class/Object

io.buoyant.linkerd.protocol

HttpInitializer

Related Docs: object HttpInitializer | package protocol

Permalink

class HttpInitializer extends ProtocolInitializer with Simple

Linear Supertypes
Simple, ProtocolInitializer, ConfigInitializer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpInitializer
  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 HttpInitializer()

    Permalink

Type Members

  1. type Req = Request

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

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

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

    Permalink

    Apply the router's codec configuration parameters to a server.

    Apply the router's codec configuration parameters to a server.

    Attributes
    protected
    Definition Classes
    HttpInitializer → ProtocolInitializer
  10. val defaultRouter: router.Http.Router

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

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

    Permalink
    Definition Classes
    HttpInitializer → 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 experimentalRequired: Boolean

    Permalink
    Definition Classes
    ProtocolInitializer
  16. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  20. val name: String

    Permalink
    Definition Classes
    HttpInitializer → ProtocolInitializer
  21. lazy val namedType: NamedType

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

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

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

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

    Permalink
    Definition Classes
    ConfigInitializer
  26. def router: Router

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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