Package io.hyperfoil.http.connection
Class Http2RawResponseHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.hyperfoil.http.connection.BaseResponseHandler
-
- io.hyperfoil.http.connection.Http2RawResponseHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class Http2RawResponseHandler extends BaseResponseHandler
-
-
Field Summary
-
Fields inherited from class io.hyperfoil.http.connection.BaseResponseHandler
connection, responseBytes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelRead(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg)protected booleanisRequestStream(int streamId)-
Methods inherited from class io.hyperfoil.http.connection.BaseResponseHandler
handleBuffer, onBodyPart, onCompletion, onData, onHeaderRead, onRawData, onStatus
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Method Detail
-
isRequestStream
protected boolean isRequestStream(int streamId)
- Specified by:
isRequestStreamin classBaseResponseHandler
-
channelRead
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object msg) throws java.lang.Exception- Specified by:
channelReadin interfaceio.netty.channel.ChannelInboundHandler- Overrides:
channelReadin classio.netty.channel.ChannelInboundHandlerAdapter- Throws:
java.lang.Exception
-
-