Home / Function/ Short() — netty Function Reference

Short() — netty Function Reference

Architecture documentation for the Short() function in ReadOnlyHttp2Headers.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3a004011_75c0_5c0d_9dc3_b274a68321c5["Short()"]
  fb9ab82e_fa9f_006b_ddc8_d5545cd320cb["ReadOnlyHttp2Headers"]
  3a004011_75c0_5c0d_9dc3_b274a68321c5 -->|defined in| fb9ab82e_fa9f_006b_ddc8_d5545cd320cb
  ddbafebb_33ca_1e76_7c60_b1c2d14f3288["getShort()"]
  3a004011_75c0_5c0d_9dc3_b274a68321c5 -->|calls| ddbafebb_33ca_1e76_7c60_b1c2d14f3288
  5ba6c983_b8e2_ba73_da1c_cdfb82bfb9af["getShortAndRemove()"]
  3a004011_75c0_5c0d_9dc3_b274a68321c5 -->|calls| 5ba6c983_b8e2_ba73_da1c_cdfb82bfb9af
  style 3a004011_75c0_5c0d_9dc3_b274a68321c5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/ReadOnlyHttp2Headers.java lines 261–265

    @Override
    public Short getShort(CharSequence name) {
        AsciiString value = get0(name);
        return value != null ? INSTANCE.convertToShort(value) : null;
    }

Domain

Subdomains

Frequently Asked Questions

What does Short() do?
Short() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/ReadOnlyHttp2Headers.java.
Where is Short() defined?
Short() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/ReadOnlyHttp2Headers.java at line 261.
What does Short() call?
Short() calls 2 function(s): getShort, getShortAndRemove.

Analyze Your Own Codebase

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

Try Supermodel Free