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 String
ACCEPT
"Accept"
static String
ACCEPT_ENCODING
"Accept-Encoding"
static String
ACCEPT_LANGUAGE
"Accept-Lanugage"
static String
ALLOW
"Allow"
static String
AUTHORIZATION
"Authorization"
static String
BANDWIDTH
"Bandwidth"
static String
BLOCKSIZE
"Blocksize"
static String
CACHE_CONTROL
"Cache-Control"
static String
CONFERENCE
"Conference"
static String
CONNECTION
"Connection"
static String
CONTENT_BASE
"Content-Base"
static String
CONTENT_ENCODING
"Content-Encoding"
static String
CONTENT_LANGUAGE
"Content-Language"
static String
CONTENT_LENGTH
"Content-Length"
static String
CONTENT_LOCATION
"Content-Location"
static String
CONTENT_TYPE
"Content-Type"
static String
CSEQ
"CSeq"
static String
DATE
"Date"
static String
EXPIRES
"Expires"
static String
FROM
"From"
static String
HOST
"Host"
static String
IF_MATCH
"If-Match"
static String
IF_MODIFIED_SINCE
"If-Modified-Since"
static String
KEYMGMT
"KeyMgmt"
static String
LAST_MODIFIED
"Last-Modified"
static String
PROXY_AUTHENTICATE
"Proxy-Authenticate"
static String
PROXY_REQUIRE
"Proxy-Require"
static String
PUBLIC
"Public"
static String
RANGE
"Range"
static String
REFERER
"Referer"
static String
REQUIRE
"Require"
static String
RETRT_AFTER
"Retry-After"
static String
RTP_INFO
"RTP-Info"
static String
SCALE
"Scale"
static String
SERVER
"Server"
static String
SESSION
"Session"
static String
SPEED
"Speed"
static String
TIMESTAMP
"Timestamp"
static String
TRANSPORT
"Transport"
static String
UNSUPPORTED
"Unsupported"
static String
USER_AGENT
"User-Agent"
static String
VARY
"Vary"
static String
VIA
"Via"
static String
WWW_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
-
-