class ChunkedInboundHttp2ToHttpAdapter extends Http2EventAdapter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChunkedInboundHttp2ToHttpAdapter
- Http2EventAdapter
- Http2FrameListener
- Listener
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onDataRead(ctx: ChannelHandlerContext, streamId: Int, data: ByteBuf, padding: Int, endOfStream: Boolean): Int
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
- Annotations
- @Override()
- def onGoAwayRead(ctx: ChannelHandlerContext, lastStreamId: Int, errorCode: Long, debugData: ByteBuf): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
- Annotations
- @Override()
- def onGoAwayReceived(arg0: Int, arg1: Long, arg2: ByteBuf): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onGoAwaySent(arg0: Int, arg1: Long, arg2: ByteBuf): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, streamDependency: Int, weight: Short, exclusive: Boolean, padding: Int, endOfStream: Boolean): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
- Annotations
- @Override()
- def onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, padding: Int, endOfStream: Boolean): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
- Annotations
- @Override()
- def onPingAckRead(arg0: ChannelHandlerContext, arg1: Long): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onPingRead(arg0: ChannelHandlerContext, arg1: Long): Unit
- Definition Classes
- Http2EventAdapter → 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
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onPushPromiseRead(ctx: ChannelHandlerContext, streamId: Int, promisedStreamId: Int, headers: Http2Headers, padding: Int): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
- Annotations
- @Override()
- def onRstStreamRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Long): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onSettingsAckRead(arg0: ChannelHandlerContext): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onSettingsRead(ctx: ChannelHandlerContext, settings: Http2Settings): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
- Annotations
- @Override()
- def onStreamActive(arg0: Http2Stream): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onStreamAdded(arg0: Http2Stream): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onStreamClosed(arg0: Http2Stream): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onStreamHalfClosed(arg0: Http2Stream): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onStreamRemoved(arg0: Http2Stream): Unit
- Definition Classes
- Http2EventAdapter → Listener
- def onUnknownFrame(arg0: ChannelHandlerContext, arg1: Byte, arg2: Int, arg3: Http2Flags, arg4: ByteBuf): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
- def onWindowUpdateRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Http2EventAdapter → 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()