Home / Type/ Http2FrameStreamVisitor Type — netty Architecture

Http2FrameStreamVisitor Type — netty Architecture

Architecture documentation for the Http2FrameStreamVisitor type/interface in Http2FrameStreamVisitor.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b0d7ec33_387f_1e8f_faf7_4055d5ee1b88["Http2FrameStreamVisitor"]
  05055d84_2348_4806_befc_4bb5dc7b751a["Http2FrameStreamVisitor.java"]
  b0d7ec33_387f_1e8f_faf7_4055d5ee1b88 -->|defined in| 05055d84_2348_4806_befc_4bb5dc7b751a
  style b0d7ec33_387f_1e8f_faf7_4055d5ee1b88 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameStreamVisitor.java lines 22–35

public interface Http2FrameStreamVisitor {

    /**
     * This method is called once for each stream of the collection.
     *
     * <p>If an {@link Exception} is thrown, the loop is stopped.
     *
     * @return <ul>
     *         <li>{@code true} if the visitor wants to continue the loop and handle the stream.</li>
     *         <li>{@code false} if the visitor wants to stop handling the stream and abort the loop.</li>
     *         </ul>
     */
    boolean visit(Http2FrameStream stream);
}

Frequently Asked Questions

What is the Http2FrameStreamVisitor type?
Http2FrameStreamVisitor is a type/interface in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameStreamVisitor.java.
Where is Http2FrameStreamVisitor defined?
Http2FrameStreamVisitor is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameStreamVisitor.java at line 22.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free