class ChunkedInboundHttp2ToHttpAdapter extends Http2EventAdapter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChunkedInboundHttp2ToHttpAdapter
- Http2EventAdapter
- Http2FrameListener
- Listener
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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
-
def
onGoAwayRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Long, arg3: ByteBuf): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws( ... )
-
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
-
def
onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, padding: Int, endOfStream: Boolean): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
-
def
onPingAckRead(arg0: ChannelHandlerContext, arg1: Long): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws( ... )
-
def
onPingRead(arg0: ChannelHandlerContext, arg1: Long): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws( ... )
-
def
onPriorityRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int, arg3: Short, arg4: Boolean): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws( ... )
-
def
onPushPromiseRead(ctx: ChannelHandlerContext, streamId: Int, promisedStreamId: Int, headers: Http2Headers, padding: Int): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
-
def
onRstStreamRead(ctx: ChannelHandlerContext, streamId: Int, errorCode: Long): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
-
def
onSettingsAckRead(arg0: ChannelHandlerContext): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws( ... )
-
def
onSettingsRead(ctx: ChannelHandlerContext, settings: Http2Settings): Unit
- Definition Classes
- ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
-
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( ... )
-
def
onWindowUpdateRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Http2EventAdapter → Http2FrameListener
- Annotations
- @throws( ... )
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()