Class RtspHeaders.Names
java.lang.Object
org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
- Enclosing class:
RtspHeaders
Standard RTSP header names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
"Accept"
static final String
"Accept-Encoding"
static final String
"Accept-Lanugage"
static final String
"Allow"
static final String
"Authorization"
static final String
"Bandwidth"
static final String
"Blocksize"
static final String
"Cache-Control"
static final String
"Conference"
static final String
"Connection"
static final String
"Content-Base"
static final String
"Content-Encoding"
static final String
"Content-Language"
static final String
"Content-Length"
static final String
"Content-Location"
static final String
"Content-Type"
static final String
"CSeq"
static final String
"Date"
static final String
"Expires"
static final String
"From"
static final String
"Host"
static final String
"If-Match"
static final String
"If-Modified-Since"
static final String
"KeyMgmt"
static final String
"Last-Modified"
static final String
"Proxy-Authenticate"
static final String
"Proxy-Require"
static final String
"Public"
static final String
"Range"
static final String
"Referer"
static final String
"Require"
static final String
"Retry-After"
static final String
"RTP-Info"
static final String
"Scale"
static final String
"Server"
static final String
"Session"
static final String
"Speed"
static final String
"Timestamp"
static final String
"Transport"
static final String
"Unsupported"
static final String
"User-Agent"
static final String
"Vary"
static final String
"Via"
static final String
"WWW-Authenticate"
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCEPT
"Accept"
- See Also:
-
ACCEPT_ENCODING
"Accept-Encoding"
- See Also:
-
ACCEPT_LANGUAGE
"Accept-Lanugage"
- See Also:
-
ALLOW
"Allow"
- See Also:
-
AUTHORIZATION
"Authorization"
- See Also:
-
BANDWIDTH
"Bandwidth"
- See Also:
-
BLOCKSIZE
"Blocksize"
- See Also:
-
CACHE_CONTROL
"Cache-Control"
- See Also:
-
CONFERENCE
"Conference"
- See Also:
-
CONNECTION
"Connection"
- See Also:
-
CONTENT_BASE
"Content-Base"
- See Also:
-
CONTENT_ENCODING
"Content-Encoding"
- See Also:
-
CONTENT_LANGUAGE
"Content-Language"
- See Also:
-
CONTENT_LENGTH
"Content-Length"
- See Also:
-
CONTENT_LOCATION
"Content-Location"
- See Also:
-
CONTENT_TYPE
"Content-Type"
- See Also:
-
CSEQ
"CSeq"
- See Also:
-
DATE
"Date"
- See Also:
-
EXPIRES
"Expires"
- See Also:
-
FROM
"From"
- See Also:
-
HOST
"Host"
- See Also:
-
IF_MATCH
"If-Match"
- See Also:
-
IF_MODIFIED_SINCE
"If-Modified-Since"
- See Also:
-
KEYMGMT
"KeyMgmt"
- See Also:
-
LAST_MODIFIED
"Last-Modified"
- See Also:
-
PROXY_AUTHENTICATE
"Proxy-Authenticate"
- See Also:
-
PROXY_REQUIRE
"Proxy-Require"
- See Also:
-
PUBLIC
"Public"
- See Also:
-
RANGE
"Range"
- See Also:
-
REFERER
"Referer"
- See Also:
-
REQUIRE
"Require"
- See Also:
-
RETRT_AFTER
"Retry-After"
- See Also:
-
RTP_INFO
"RTP-Info"
- See Also:
-
SCALE
"Scale"
- See Also:
-
SESSION
"Session"
- See Also:
-
SERVER
"Server"
- See Also:
-
SPEED
"Speed"
- See Also:
-
TIMESTAMP
"Timestamp"
- See Also:
-
TRANSPORT
"Transport"
- See Also:
-
UNSUPPORTED
"Unsupported"
- See Also:
-
USER_AGENT
"User-Agent"
- See Also:
-
VARY
"Vary"
- See Also:
-
VIA
"Via"
- See Also:
-
WWW_AUTHENTICATE
"WWW-Authenticate"
- See Also:
-
-
Constructor Details
-
Names
private Names()
-