public final class Http2ClientStreamFrameResponseHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2StreamFrame>
| Constructor and Description |
|---|
Http2ClientStreamFrameResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2StreamFrame msg) |
boolean |
responseSuccessfullyCompleted()
Waits for the latch to be decremented (i.e. for an end of stream message to be received), or for
the latch to expire after 5 seconds.
|
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic Http2ClientStreamFrameResponseHandler()
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2StreamFrame msg)
throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2StreamFrame>Exceptionpublic boolean responseSuccessfullyCompleted()
Copyright © 2008–2025 The Netty Project. All rights reserved.