class CustomDelegatingDecompressorFrameListener extends DelegatingDecompressorFrameListener
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomDelegatingDecompressorFrameListener
- DelegatingDecompressorFrameListener
- Http2FrameListenerDecorator
- Http2FrameListener
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CustomDelegatingDecompressorFrameListener(connection: Http2Connection, listener: Http2FrameListener)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTargetContentEncoding(contentEncoding: CharSequence): CharSequence
- Attributes
- protected[compression]
- Definition Classes
- CustomDelegatingDecompressorFrameListener → DelegatingDecompressorFrameListener
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newContentDecompressor(arg0: ChannelHandlerContext, arg1: CharSequence): EmbeddedChannel
- Attributes
- protected[http2]
- Definition Classes
- DelegatingDecompressorFrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onDataRead(arg0: ChannelHandlerContext, arg1: Int, arg2: ByteBuf, arg3: Int, arg4: Boolean): Int
- Definition Classes
- DelegatingDecompressorFrameListener → Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onGoAwayRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Long, arg3: ByteBuf): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onHeadersRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Http2Headers, arg3: Int, arg4: Short, arg5: Boolean, arg6: Int, arg7: Boolean): Unit
- Definition Classes
- DelegatingDecompressorFrameListener → Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onHeadersRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Http2Headers, arg3: Int, arg4: Boolean): Unit
- Definition Classes
- DelegatingDecompressorFrameListener → Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onPingAckRead(arg0: ChannelHandlerContext, arg1: Long): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onPingRead(arg0: ChannelHandlerContext, arg1: Long): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onPriorityRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int, arg3: Short, arg4: Boolean): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onPushPromiseRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int, arg3: Http2Headers, arg4: Int): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onRstStreamRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Long): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onSettingsAckRead(arg0: ChannelHandlerContext): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onSettingsRead(arg0: ChannelHandlerContext, arg1: Http2Settings): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onUnknownFrame(arg0: ChannelHandlerContext, arg1: Byte, arg2: Int, arg3: Http2Flags, arg4: ByteBuf): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onWindowUpdateRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Http2FrameListenerDecorator → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()