Class/Object

fm.http.server

NettyContentCompressor

Related Docs: object NettyContentCompressor | package server

Permalink

final class NettyContentCompressor extends HttpContentCompressor

A Mime-Type aware HttpContentCompressor that won't compress content that shouldn't be compressed

Linear Supertypes
HttpContentCompressor, HttpContentEncoder, MessageToMessageCodec[HttpRequest, HttpObject], ChannelDuplexHandler, ChannelOutboundHandler, ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyContentCompressor
  2. HttpContentCompressor
  3. HttpContentEncoder
  4. MessageToMessageCodec
  5. ChannelDuplexHandler
  6. ChannelOutboundHandler
  7. ChannelInboundHandlerAdapter
  8. ChannelInboundHandler
  9. ChannelHandlerAdapter
  10. ChannelHandler
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NettyContentCompressor()

    Permalink

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. def acceptInboundMessage(arg0: Any): Boolean

    Permalink
    Definition Classes
    MessageToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )
  5. def acceptOutboundMessage(arg0: Any): Boolean

    Permalink
    Definition Classes
    HttpContentEncoder → MessageToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beginEncode(response: HttpResponse, acceptEncoding: String): Result

    Permalink
    Attributes
    protected
    Definition Classes
    NettyContentCompressor → HttpContentCompressor → HttpContentEncoder
  8. def bind(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def channelActive(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def channelInactive(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    HttpContentEncoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. def channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit

    Permalink
    Definition Classes
    MessageToMessageCodec → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def channelReadComplete(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def channelRegistered(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def channelUnregistered(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def close(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def connect(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def decode(arg0: ChannelHandlerContext, arg1: HttpRequest, arg2: List[AnyRef]): Unit

    Permalink
    Attributes
    protected[io.netty.handler.codec.http]
    Definition Classes
    HttpContentEncoder → MessageToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def deregister(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  21. def determineWrapper(arg0: String): ZlibWrapper

    Permalink
    Attributes
    protected[io.netty.handler.codec.http]
    Definition Classes
    HttpContentCompressor
  22. def disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def encode(arg0: ChannelHandlerContext, arg1: HttpObject, arg2: List[AnyRef]): Unit

    Permalink
    Attributes
    protected[io.netty.handler.codec.http]
    Definition Classes
    HttpContentEncoder → MessageToMessageCodec
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def ensureNotSharable(): Unit

    Permalink
    Attributes
    protected[io.netty.channel]
    Definition Classes
    ChannelHandlerAdapter
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def flush(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def handlerAdded(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    HttpContentCompressor → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def handlerRemoved(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    HttpContentEncoder → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  35. def isSharable(): Boolean

    Permalink
    Definition Classes
    ChannelHandlerAdapter
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def read(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def write(arg0: ChannelHandlerContext, arg1: Any, arg2: ChannelPromise): Unit

    Permalink
    Definition Classes
    MessageToMessageCodec → ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )

Inherited from HttpContentCompressor

Inherited from HttpContentEncoder

Inherited from MessageToMessageCodec[HttpRequest, HttpObject]

Inherited from ChannelDuplexHandler

Inherited from ChannelOutboundHandler

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped