Names Class — netty Architecture
Architecture documentation for the Names class in RtspHeaders.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3d0261c2_212f_ef88_dac3_2f35b41d7d92["Names"] f246ffe4_1142_0336_fb70_25990e21df5f["RtspHeaders.java"] 3d0261c2_212f_ef88_dac3_2f35b41d7d92 -->|defined in| f246ffe4_1142_0336_fb70_25990e21df5f 6ab82b0c_d64c_6e41_5a9c_465f574afc66["Names()"] 3d0261c2_212f_ef88_dac3_2f35b41d7d92 -->|method| 6ab82b0c_d64c_6e41_5a9c_465f574afc66
Relationship Graph
Source Code
codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java lines 35–216
@Deprecated
public static final class Names {
/**
* {@code "Accept"}
*/
public static final String ACCEPT = HttpHeaders.Names.ACCEPT;
/**
* {@code "Accept-Encoding"}
*/
public static final String ACCEPT_ENCODING = HttpHeaders.Names.ACCEPT_ENCODING;
/**
* {@code "Accept-Language"}
*/
public static final String ACCEPT_LANGUAGE = HttpHeaders.Names.ACCEPT_LANGUAGE;
/**
* {@code "Allow"}
*/
public static final String ALLOW = "Allow";
/**
* {@code "Authorization"}
*/
public static final String AUTHORIZATION = HttpHeaders.Names.AUTHORIZATION;
/**
* {@code "Bandwidth"}
*/
public static final String BANDWIDTH = "Bandwidth";
/**
* {@code "Blocksize"}
*/
public static final String BLOCKSIZE = "Blocksize";
/**
* {@code "Cache-Control"}
*/
public static final String CACHE_CONTROL = HttpHeaders.Names.CACHE_CONTROL;
/**
* {@code "Conference"}
*/
public static final String CONFERENCE = "Conference";
/**
* {@code "Connection"}
*/
public static final String CONNECTION = HttpHeaders.Names.CONNECTION;
/**
* {@code "Content-Base"}
*/
public static final String CONTENT_BASE = HttpHeaders.Names.CONTENT_BASE;
/**
* {@code "Content-Encoding"}
*/
public static final String CONTENT_ENCODING = HttpHeaders.Names.CONTENT_ENCODING;
/**
* {@code "Content-Language"}
*/
public static final String CONTENT_LANGUAGE = HttpHeaders.Names.CONTENT_LANGUAGE;
/**
* {@code "Content-Length"}
*/
public static final String CONTENT_LENGTH = HttpHeaders.Names.CONTENT_LENGTH;
/**
* {@code "Content-Location"}
*/
public static final String CONTENT_LOCATION = HttpHeaders.Names.CONTENT_LOCATION;
/**
* {@code "Content-Type"}
*/
public static final String CONTENT_TYPE = HttpHeaders.Names.CONTENT_TYPE;
/**
* {@code "CSeq"}
*/
public static final String CSEQ = "CSeq";
/**
* {@code "Date"}
*/
public static final String DATE = HttpHeaders.Names.DATE;
/**
* {@code "Expires"}
*/
public static final String EXPIRES = HttpHeaders.Names.EXPIRES;
/**
* {@code "From"}
*/
Source
Frequently Asked Questions
What is the Names class?
Names is a class in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java.
Where is Names defined?
Names is defined in codec-http/src/main/java/io/netty/handler/codec/rtsp/RtspHeaders.java at line 35.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free