com.twitter.finagle.http.codec

TextualContentCompressor

class TextualContentCompressor extends HttpContentCompressor

Custom compressor that only handles text-like content-types with the default compression level.

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

Instance Constructors

  1. new TextualContentCompressor()

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. def afterAdd(arg0: ChannelHandlerContext): Unit

    Definition Classes
    HttpContentEncoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  7. def afterRemove(arg0: ChannelHandlerContext): Unit

    Definition Classes
    HttpContentEncoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def beforeAdd(arg0: ChannelHandlerContext): Unit

    Definition Classes
    HttpContentEncoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  10. def beforeRemove(arg0: ChannelHandlerContext): Unit

    Definition Classes
    HttpContentEncoder → LifeCycleAwareChannelHandler
    Annotations
    @throws()
  11. def bindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  12. def channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  13. def channelClosed(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    HttpContentEncoder → SimpleChannelHandler
    Annotations
    @throws()
  14. def channelConnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  15. def channelDisconnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  16. def channelInterestChanged(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  17. def channelOpen(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  18. def channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  19. def childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  20. def childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def closeRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  23. def connectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  24. def disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  28. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  30. def getTargetContentEncoding(arg0: String): String

    Attributes
    protected[org.jboss.netty.handler.codec.http]
    Definition Classes
    HttpContentCompressor → HttpContentEncoder
    Annotations
    @throws()
  31. def handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

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

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

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

    Definition Classes
    Any
  35. def messageReceived(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    HttpContentEncoder → SimpleChannelHandler
    Annotations
    @throws()
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def newContentEncoder(msg: HttpMessage, acceptEncoding: String): EncoderEmbedder[ChannelBuffer]

    Definition Classes
    TextualContentCompressor → HttpContentCompressor → HttpContentEncoder
  38. final def notify(): Unit

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

    Definition Classes
    AnyRef
  40. def setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. def unbindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def writeComplete(arg0: ChannelHandlerContext, arg1: WriteCompletionEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  48. def writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    HttpContentEncoder → SimpleChannelHandler
    Annotations
    @throws()

Inherited from HttpContentCompressor

Inherited from HttpContentEncoder

Inherited from LifeCycleAwareChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped