Home / Class/ Values Class — netty Architecture

Values Class — netty Architecture

Architecture documentation for the Values class in RtspHeaders.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  5f9da01f_a693_99c3_b535_eab534eb5552["Values"]
  f246ffe4_1142_0336_fb70_25990e21df5f["RtspHeaders.java"]
  5f9da01f_a693_99c3_b535_eab534eb5552 -->|defined in| f246ffe4_1142_0336_fb70_25990e21df5f
  bbe13996_a736_d329_50ec_7bce709ed15d["Values()"]
  5f9da01f_a693_99c3_b535_eab534eb5552 -->|method| bbe13996_a736_d329_50ec_7bce709ed15d

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java lines 223–395

    @Deprecated
    public static final class Values {
        /**
         * {@code "append"}
         */
        public static final String APPEND = "append";
        /**
         * {@code "AVP"}
         */
        public static final String AVP = "AVP";
        /**
         * {@code "bytes"}
         */
        public static final String BYTES = HttpHeaders.Values.BYTES;
        /**
         * {@code "charset"}
         */
        public static final String CHARSET = HttpHeaders.Values.CHARSET;
        /**
         * {@code "client_port"}
         */
        public static final String CLIENT_PORT = "client_port";
        /**
         * {@code "clock"}
         */
        public static final String CLOCK = "clock";
        /**
         * {@code "close"}
         */
        public static final String CLOSE = HttpHeaders.Values.CLOSE;
        /**
         * {@code "compress"}
         */
        public static final String COMPRESS = HttpHeaders.Values.COMPRESS;
        /**
         * {@code "100-continue"}
         */
        public static final String CONTINUE = HttpHeaders.Values.CONTINUE;
        /**
         * {@code "deflate"}
         */
        public static final String DEFLATE = HttpHeaders.Values.DEFLATE;
        /**
         * {@code "destination"}
         */
        public static final String DESTINATION = "destination";
        /**
         * {@code "gzip"}
         */
        public static final String GZIP = HttpHeaders.Values.GZIP;
        /**
         * {@code "identity"}
         */
        public static final String IDENTITY = HttpHeaders.Values.IDENTITY;
        /**
         * {@code "interleaved"}
         */
        public static final String INTERLEAVED = "interleaved";
        /**
         * {@code "keep-alive"}
         */
        public static final String KEEP_ALIVE = HttpHeaders.Values.KEEP_ALIVE;
        /**
         * {@code "layers"}
         */
        public static final String LAYERS = "layers";
        /**
         * {@code "max-age"}
         */
        public static final String MAX_AGE = HttpHeaders.Values.MAX_AGE;
        /**
         * {@code "max-stale"}
         */
        public static final String MAX_STALE = HttpHeaders.Values.MAX_STALE;
        /**
         * {@code "min-fresh"}
         */
        public static final String MIN_FRESH = HttpHeaders.Values.MIN_FRESH;
        /**
         * {@code "mode"}
         */

Frequently Asked Questions

What is the Values class?
Values is a class in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java.
Where is Values defined?
Values is defined in codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java at line 223.

Analyze Your Own Codebase

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

Try Supermodel Free