Class RtspHeaders.Names
- java.lang.Object
-
- org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
-
- Enclosing class:
- RtspHeaders
public static final class RtspHeaders.Names extends Object
Standard RTSP header names.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT"Accept"static StringACCEPT_ENCODING"Accept-Encoding"static StringACCEPT_LANGUAGE"Accept-Lanugage"static StringALLOW"Allow"static StringAUTHORIZATION"Authorization"static StringBANDWIDTH"Bandwidth"static StringBLOCKSIZE"Blocksize"static StringCACHE_CONTROL"Cache-Control"static StringCONFERENCE"Conference"static StringCONNECTION"Connection"static StringCONTENT_BASE"Content-Base"static StringCONTENT_ENCODING"Content-Encoding"static StringCONTENT_LANGUAGE"Content-Language"static StringCONTENT_LENGTH"Content-Length"static StringCONTENT_LOCATION"Content-Location"static StringCONTENT_TYPE"Content-Type"static StringCSEQ"CSeq"static StringDATE"Date"static StringEXPIRES"Expires"static StringFROM"From"static StringHOST"Host"static StringIF_MATCH"If-Match"static StringIF_MODIFIED_SINCE"If-Modified-Since"static StringKEYMGMT"KeyMgmt"static StringLAST_MODIFIED"Last-Modified"static StringPROXY_AUTHENTICATE"Proxy-Authenticate"static StringPROXY_REQUIRE"Proxy-Require"static StringPUBLIC"Public"static StringRANGE"Range"static StringREFERER"Referer"static StringREQUIRE"Require"static StringRETRT_AFTER"Retry-After"static StringRTP_INFO"RTP-Info"static StringSCALE"Scale"static StringSERVER"Server"static StringSESSION"Session"static StringSPEED"Speed"static StringTIMESTAMP"Timestamp"static StringTRANSPORT"Transport"static StringUNSUPPORTED"Unsupported"static StringUSER_AGENT"User-Agent"static StringVARY"Vary"static StringVIA"Via"static StringWWW_AUTHENTICATE"WWW-Authenticate"
-
-
-
Field Detail
-
ACCEPT
public static final String ACCEPT
"Accept"- See Also:
- Constant Field Values
-
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
"Accept-Encoding"- See Also:
- Constant Field Values
-
ACCEPT_LANGUAGE
public static final String ACCEPT_LANGUAGE
"Accept-Lanugage"- See Also:
- Constant Field Values
-
ALLOW
public static final String ALLOW
"Allow"- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
"Authorization"- See Also:
- Constant Field Values
-
BANDWIDTH
public static final String BANDWIDTH
"Bandwidth"- See Also:
- Constant Field Values
-
BLOCKSIZE
public static final String BLOCKSIZE
"Blocksize"- See Also:
- Constant Field Values
-
CACHE_CONTROL
public static final String CACHE_CONTROL
"Cache-Control"- See Also:
- Constant Field Values
-
CONFERENCE
public static final String CONFERENCE
"Conference"- See Also:
- Constant Field Values
-
CONNECTION
public static final String CONNECTION
"Connection"- See Also:
- Constant Field Values
-
CONTENT_BASE
public static final String CONTENT_BASE
"Content-Base"- See Also:
- Constant Field Values
-
CONTENT_ENCODING
public static final String CONTENT_ENCODING
"Content-Encoding"- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
public static final String CONTENT_LANGUAGE
"Content-Language"- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
"Content-Length"- See Also:
- Constant Field Values
-
CONTENT_LOCATION
public static final String CONTENT_LOCATION
"Content-Location"- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
"Content-Type"- See Also:
- Constant Field Values
-
CSEQ
public static final String CSEQ
"CSeq"- See Also:
- Constant Field Values
-
DATE
public static final String DATE
"Date"- See Also:
- Constant Field Values
-
EXPIRES
public static final String EXPIRES
"Expires"- See Also:
- Constant Field Values
-
FROM
public static final String FROM
"From"- See Also:
- Constant Field Values
-
HOST
public static final String HOST
"Host"- See Also:
- Constant Field Values
-
IF_MATCH
public static final String IF_MATCH
"If-Match"- See Also:
- Constant Field Values
-
IF_MODIFIED_SINCE
public static final String IF_MODIFIED_SINCE
"If-Modified-Since"- See Also:
- Constant Field Values
-
KEYMGMT
public static final String KEYMGMT
"KeyMgmt"- See Also:
- Constant Field Values
-
LAST_MODIFIED
public static final String LAST_MODIFIED
"Last-Modified"- See Also:
- Constant Field Values
-
PROXY_AUTHENTICATE
public static final String PROXY_AUTHENTICATE
"Proxy-Authenticate"- See Also:
- Constant Field Values
-
PROXY_REQUIRE
public static final String PROXY_REQUIRE
"Proxy-Require"- See Also:
- Constant Field Values
-
PUBLIC
public static final String PUBLIC
"Public"- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
"Range"- See Also:
- Constant Field Values
-
REFERER
public static final String REFERER
"Referer"- See Also:
- Constant Field Values
-
REQUIRE
public static final String REQUIRE
"Require"- See Also:
- Constant Field Values
-
RETRT_AFTER
public static final String RETRT_AFTER
"Retry-After"- See Also:
- Constant Field Values
-
RTP_INFO
public static final String RTP_INFO
"RTP-Info"- See Also:
- Constant Field Values
-
SCALE
public static final String SCALE
"Scale"- See Also:
- Constant Field Values
-
SESSION
public static final String SESSION
"Session"- See Also:
- Constant Field Values
-
SERVER
public static final String SERVER
"Server"- See Also:
- Constant Field Values
-
SPEED
public static final String SPEED
"Speed"- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
"Timestamp"- See Also:
- Constant Field Values
-
TRANSPORT
public static final String TRANSPORT
"Transport"- See Also:
- Constant Field Values
-
UNSUPPORTED
public static final String UNSUPPORTED
"Unsupported"- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
"User-Agent"- See Also:
- Constant Field Values
-
VARY
public static final String VARY
"Vary"- See Also:
- Constant Field Values
-
VIA
public static final String VIA
"Via"- See Also:
- Constant Field Values
-
WWW_AUTHENTICATE
public static final String WWW_AUTHENTICATE
"WWW-Authenticate"- See Also:
- Constant Field Values
-
-