Home / Type/ Http2StreamVisitor Type — netty Architecture

Http2StreamVisitor Type — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  f693101b_a255_b3ea_c43c_8e01517e3baf["Http2StreamVisitor"]
  83bb6bff_338c_aeb7_f0e3_a5754439cc7c["Http2StreamVisitor.java"]
  f693101b_a255_b3ea_c43c_8e01517e3baf -->|defined in| 83bb6bff_338c_aeb7_f0e3_a5754439cc7c
  style f693101b_a255_b3ea_c43c_8e01517e3baf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2StreamVisitor.java lines 20–28

public interface Http2StreamVisitor {
    /**
     * @return <ul>
     *         <li>{@code true} if the visitor wants to continue the loop and handle the entry.</li>
     *         <li>{@code false} if the visitor wants to stop handling headers and abort the loop.</li>
     *         </ul>
     */
    boolean visit(Http2Stream stream) throws Http2Exception;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free