@UnstableApi
public interface Http2StreamVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
visit(Http2Stream stream) |
boolean visit(Http2Stream stream) throws Http2Exception
true
如果访问者想要继续循环并处理条目。 false
如果访问者想停止处理标题并中止循环。 Http2Exception
Copyright © 2008–2018 The Netty Project. All rights reserved.