com.twitter.finagle.stream

HttpDechunker

class HttpDechunker extends BrokerChannelHandler

Convert a streaming HTTP response into a StreamResponse.

Linear Supertypes
BrokerChannelHandler, SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpDechunker
  2. BrokerChannelHandler
  3. SimpleChannelHandler
  4. ChannelDownstreamHandler
  5. ChannelUpstreamHandler
  6. ChannelHandler
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpDechunker()

Type Members

  1. case class Bind extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  2. case class Bound extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  3. case class ChildClosed extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  4. case class ChildOpen extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  5. case class Close extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  6. case class Closed extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  7. case class Connect extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  8. case class Connected extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  9. case class Disconnect extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  10. case class Disconnected extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  11. sealed trait DownstreamEvent extends Event

    Definition Classes
    BrokerChannelHandler
  12. sealed trait Event extends AnyRef

    Definition Classes
    BrokerChannelHandler
  13. case class Exception extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  14. case class InterestChanged extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  15. case class InterestOps extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  16. case class Message extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  17. case class Open extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  18. case class Unbind extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  19. case class Unbound extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  20. sealed trait UpstreamEvent extends Event

    Definition Classes
    BrokerChannelHandler
  21. case class Write extends DownstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler
  22. case class WriteComplete extends UpstreamEvent with Product with Serializable

    Definition Classes
    BrokerChannelHandler

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object MessageValue

    Definition Classes
    BrokerChannelHandler
  7. object WriteValue

    Definition Classes
    BrokerChannelHandler
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bindRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  10. def channelBound(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  11. def channelClosed(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  12. def channelConnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  13. def channelDisconnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  14. def channelInterestChanged(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  15. def channelOpen(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  16. def channelUnbound(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  17. def childChannelClosed(ctx: ChannelHandlerContext, e: ChildChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  18. def childChannelOpen(ctx: ChannelHandlerContext, e: ChildChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def closeRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  21. def connectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  22. def disconnectRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  23. val downstreamBroker: Broker[DownstreamEvent]

    Definition Classes
    BrokerChannelHandler
  24. val downstreamEvent: Offer[DownstreamEvent]

    Definition Classes
    BrokerChannelHandler
  25. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  27. def exceptionCaught(ctx: ChannelHandlerContext, e: ExceptionEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  28. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  30. def handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws()
  31. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  32. def hashCode(): Int

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

    Definition Classes
    Any
  34. def messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def proxy(): Unit

    Attributes
    protected
    Definition Classes
    BrokerChannelHandler
  39. def proxyDownstream(): Unit

    Attributes
    protected
    Definition Classes
    BrokerChannelHandler
  40. def proxyUpstream(): Unit

    Attributes
    protected
    Definition Classes
    BrokerChannelHandler
  41. def setInterestOpsRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unbindRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  45. val upstreamBroker: Broker[UpstreamEvent]

    Definition Classes
    BrokerChannelHandler
  46. val upstreamEvent: Offer[UpstreamEvent]

    Definition Classes
    BrokerChannelHandler
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def writeComplete(ctx: ChannelHandlerContext, e: WriteCompletionEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler
  51. def writeRequested(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    BrokerChannelHandler → SimpleChannelHandler

Inherited from BrokerChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped