public interface Http2StreamVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
visit(Http2Stream stream) |
boolean visit(Http2Stream stream) throws Http2Exception
true
if the visitor wants to continue the loop and handle the entry.false
if the visitor wants to stop handling headers and abort the loop.Http2Exception
Copyright © 2008–2024 The Netty Project. All rights reserved.