Packages

c

io.gatling.http.client.impl

NotAggregatingInboundHttp2ToHttpAdapter

class NotAggregatingInboundHttp2ToHttpAdapter extends Http2EventAdapter

Standard InboundHttp2ToHttpAdapter generates FullHttpResponse. This is not what we want.

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

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(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. def onDataRead(ctx: ChannelHandlerContext, streamId: Int, data: ByteBuf, padding: Int, endOfStream: Boolean): Int
    Definition Classes
    NotAggregatingInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
    Annotations
    @Override()
  15. def onGoAwayRead(ctx: ChannelHandlerContext, lastStreamId: Int, errorCode: Long, debugData: ByteBuf): Unit
    Definition Classes
    NotAggregatingInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
    Annotations
    @Override()
  16. def onGoAwayReceived(arg0: Int, arg1: Long, arg2: ByteBuf): Unit
    Definition Classes
    Http2EventAdapter → Listener
  17. def onGoAwaySent(arg0: Int, arg1: Long, arg2: ByteBuf): Unit
    Definition Classes
    Http2EventAdapter → Listener
  18. def onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, streamDependency: Int, weight: Short, exclusive: Boolean, padding: Int, endOfStream: Boolean): Unit
    Definition Classes
    NotAggregatingInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
    Annotations
    @Override()
  19. def onHeadersRead(ctx: ChannelHandlerContext, streamId: Int, headers: Http2Headers, padding: Int, endOfStream: Boolean): Unit
    Definition Classes
    NotAggregatingInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
    Annotations
    @Override()
  20. def onPingAckRead(arg0: ChannelHandlerContext, arg1: Long): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
  21. def onPingRead(arg0: ChannelHandlerContext, arg1: Long): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
  22. 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])
  23. def onPushPromiseRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int, arg3: Http2Headers, arg4: Int): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
  24. def onRstStreamRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Long): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
  25. def onSettingsAckRead(arg0: ChannelHandlerContext): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
  26. def onSettingsRead(ctx: ChannelHandlerContext, settings: Http2Settings): Unit
    Definition Classes
    NotAggregatingInboundHttp2ToHttpAdapter → Http2EventAdapter → Http2FrameListener
    Annotations
    @Override()
  27. def onStreamActive(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  28. def onStreamAdded(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  29. def onStreamClosed(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  30. def onStreamHalfClosed(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  31. def onStreamRemoved(arg0: Http2Stream): Unit
    Definition Classes
    Http2EventAdapter → Listener
  32. 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])
  33. def onWindowUpdateRead(arg0: ChannelHandlerContext, arg1: Int, arg2: Int): Unit
    Definition Classes
    Http2EventAdapter → Http2FrameListener
    Annotations
    @throws(classOf[io.netty.handler.codec.http2.Http2Exception])
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Http2EventAdapter

Inherited from Http2FrameListener

Inherited from Listener

Inherited from AnyRef

Inherited from Any

Ungrouped