Package io.netty.handler.codec.rtsp
Class RtspHeaderNames
- java.lang.Object
-
- io.netty.handler.codec.rtsp.RtspHeaderNames
-
public final class RtspHeaderNames extends java.lang.ObjectStandard RTSP header names.These are all defined as lowercase to support HTTP/2 requirements while also not violating RTSP/1.x requirements. New header names should always be lowercase.
-
-
Field Summary
Fields Modifier and Type Field Description static AsciiStringACCEPT"accept"static AsciiStringACCEPT_ENCODING"accept-encoding"static AsciiStringACCEPT_LANGUAGE"accept-language"static AsciiStringALLOW"allow"static AsciiStringAUTHORIZATION"authorization"static AsciiStringBANDWIDTH"bandwidth"static AsciiStringBLOCKSIZE"blocksize"static AsciiStringCACHE_CONTROL"cache-control"static AsciiStringCONFERENCE"conference"static AsciiStringCONNECTION"connection"static AsciiStringCONTENT_BASE"content-base"static AsciiStringCONTENT_ENCODING"content-encoding"static AsciiStringCONTENT_LANGUAGE"content-language"static AsciiStringCONTENT_LENGTH"content-length"static AsciiStringCONTENT_LOCATION"content-location"static AsciiStringCONTENT_TYPE"content-type"static AsciiStringCSEQ"cseq"static AsciiStringDATE"date"static AsciiStringEXPIRES"expires"static AsciiStringFROM"from"static AsciiStringHOST"host"static AsciiStringIF_MATCH"if-match"static AsciiStringIF_MODIFIED_SINCE"if-modified-since"static AsciiStringKEYMGMT"keymgmt"static AsciiStringLAST_MODIFIED"last-modified"static AsciiStringPROXY_AUTHENTICATE"proxy-authenticate"static AsciiStringPROXY_REQUIRE"proxy-require"static AsciiStringPUBLIC"public"static AsciiStringRANGE"range"static AsciiStringREFERER"referer"static AsciiStringREQUIRE"require"static AsciiStringRETRT_AFTER"retry-after"static AsciiStringRTP_INFO"rtp-info"static AsciiStringSCALE"scale"static AsciiStringSERVER"server"static AsciiStringSESSION"session"static AsciiStringSPEED"speed"static AsciiStringTIMESTAMP"timestamp"static AsciiStringTRANSPORT"transport"static AsciiStringUNSUPPORTED"unsupported"static AsciiStringUSER_AGENT"user-agent"static AsciiStringVARY"vary"static AsciiStringVIA"via"static AsciiStringWWW_AUTHENTICATE"www-authenticate"
-
-
-
Field Detail
-
ACCEPT
public static final AsciiString ACCEPT
"accept"
-
ACCEPT_ENCODING
public static final AsciiString ACCEPT_ENCODING
"accept-encoding"
-
ACCEPT_LANGUAGE
public static final AsciiString ACCEPT_LANGUAGE
"accept-language"
-
ALLOW
public static final AsciiString ALLOW
"allow"
-
AUTHORIZATION
public static final AsciiString AUTHORIZATION
"authorization"
-
BANDWIDTH
public static final AsciiString BANDWIDTH
"bandwidth"
-
BLOCKSIZE
public static final AsciiString BLOCKSIZE
"blocksize"
-
CACHE_CONTROL
public static final AsciiString CACHE_CONTROL
"cache-control"
-
CONFERENCE
public static final AsciiString CONFERENCE
"conference"
-
CONNECTION
public static final AsciiString CONNECTION
"connection"
-
CONTENT_BASE
public static final AsciiString CONTENT_BASE
"content-base"
-
CONTENT_ENCODING
public static final AsciiString CONTENT_ENCODING
"content-encoding"
-
CONTENT_LANGUAGE
public static final AsciiString CONTENT_LANGUAGE
"content-language"
-
CONTENT_LENGTH
public static final AsciiString CONTENT_LENGTH
"content-length"
-
CONTENT_LOCATION
public static final AsciiString CONTENT_LOCATION
"content-location"
-
CONTENT_TYPE
public static final AsciiString CONTENT_TYPE
"content-type"
-
CSEQ
public static final AsciiString CSEQ
"cseq"
-
DATE
public static final AsciiString DATE
"date"
-
EXPIRES
public static final AsciiString EXPIRES
"expires"
-
FROM
public static final AsciiString FROM
"from"
-
HOST
public static final AsciiString HOST
"host"
-
IF_MATCH
public static final AsciiString IF_MATCH
"if-match"
-
IF_MODIFIED_SINCE
public static final AsciiString IF_MODIFIED_SINCE
"if-modified-since"
-
KEYMGMT
public static final AsciiString KEYMGMT
"keymgmt"
-
LAST_MODIFIED
public static final AsciiString LAST_MODIFIED
"last-modified"
-
PROXY_AUTHENTICATE
public static final AsciiString PROXY_AUTHENTICATE
"proxy-authenticate"
-
PROXY_REQUIRE
public static final AsciiString PROXY_REQUIRE
"proxy-require"
-
PUBLIC
public static final AsciiString PUBLIC
"public"
-
RANGE
public static final AsciiString RANGE
"range"
-
REFERER
public static final AsciiString REFERER
"referer"
-
REQUIRE
public static final AsciiString REQUIRE
"require"
-
RETRT_AFTER
public static final AsciiString RETRT_AFTER
"retry-after"
-
RTP_INFO
public static final AsciiString RTP_INFO
"rtp-info"
-
SCALE
public static final AsciiString SCALE
"scale"
-
SESSION
public static final AsciiString SESSION
"session"
-
SERVER
public static final AsciiString SERVER
"server"
-
SPEED
public static final AsciiString SPEED
"speed"
-
TIMESTAMP
public static final AsciiString TIMESTAMP
"timestamp"
-
TRANSPORT
public static final AsciiString TRANSPORT
"transport"
-
UNSUPPORTED
public static final AsciiString UNSUPPORTED
"unsupported"
-
USER_AGENT
public static final AsciiString USER_AGENT
"user-agent"
-
VARY
public static final AsciiString VARY
"vary"
-
VIA
public static final AsciiString VIA
"via"
-
WWW_AUTHENTICATE
public static final AsciiString WWW_AUTHENTICATE
"www-authenticate"
-
-