c

io.gatling.http.client.impl

ChunkedInboundHttp2ToHttpAdapter

class ChunkedInboundHttp2ToHttpAdapter extends Http2EventAdapter

Linear Supertypes
Http2EventAdapter, Http2FrameListener, Listener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkedInboundHttp2ToHttpAdapter
  2. Http2EventAdapter
  3. Http2FrameListener
  4. Listener
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def onDataRead(ctx: ChannelHandlerContext, streamId: Int, data: ByteBuf, padding: Int, endOfStream: Boolean): Int
    Definition Classes
    ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
  16. def onGoAwayRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Long, arg3: ByteBuf): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  17. def onGoAwayReceived(arg0: Int, arg1: Long, arg2: ByteBuf): Unit
    Definition Classes
    Http2EventAdapter → Listener
  18. def onGoAwaySent(arg0: Int, arg1: Long, arg2: ByteBuf): Unit
    Definition Classes
    Http2EventAdapter → Listener
  19. def onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, streamDependency: Int, weight: Short, exclusive: Boolean, padding: Int, endOfStream: Boolean): Unit
    Definition Classes
    ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
  20. def onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, padding: Int, endOfStream: Boolean): Unit
    Definition Classes
    ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
  21. def onPingAckRead(arg0: ChannelHandlerContext, arg1: Long): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  22. def onPingRead(arg0: ChannelHandlerContext, arg1: Long): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  23. def onPriorityRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int, arg3: Short, arg4: Boolean): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  24. def onPushPromiseRead(ctx: ChannelHandlerContext, streamId: Int, promisedStreamId: Int, headers: Http2Headers, padding: Int): Unit
    Definition Classes
    ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
  25. def onRstStreamRead(ctx: ChannelHandlerContext, streamId: Int, errorCode: Long): Unit
    Definition Classes
    ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
  26. def onSettingsAckRead(arg0: ChannelHandlerContext): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  27. def onSettingsRead(ctx: ChannelHandlerContext, settings: Http2Settings): Unit
    Definition Classes
    ChunkedInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
  28. def onStreamActive(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  29. def onStreamAdded(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  30. def onStreamClosed(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  31. def onStreamHalfClosed(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  32. def onStreamRemoved(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  33. def onUnknownFrame(arg0: ChannelHandlerContext, arg1: Byte, arg2: Int, arg3: Http2Flags, arg4: ByteBuf): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  34. def onWindowUpdateRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws( ... )
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Http2EventAdapter

Inherited from Http2FrameListener

Inherited from Listener

Inherited from AnyRef

Inherited from Any

Ungrouped