public interface Http2FrameStreamVisitor
Http2FrameStream
s.Modifier and Type | Method and Description |
---|---|
boolean |
visit(Http2FrameStream stream)
This method is called once for each stream of the collection.
|
boolean visit(Http2FrameStream stream)
If an Exception
is thrown, the loop is stopped.
true
if the visitor wants to continue the loop and handle the stream.false
if the visitor wants to stop handling the stream and abort the loop.Copyright © 2008–2024 The Netty Project. All rights reserved.