RtspHeaderNames
instead.
Standard RTSP header names.@Deprecated public static final class RtspHeaders.Names extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT
Deprecated.
"Accept" |
static String |
ACCEPT_ENCODING
Deprecated.
"Accept-Encoding" |
static String |
ACCEPT_LANGUAGE
Deprecated.
"Accept-Language" |
static String |
ALLOW
Deprecated.
"Allow" |
static String |
AUTHORIZATION
Deprecated.
"Authorization" |
static String |
BANDWIDTH
Deprecated.
"Bandwidth" |
static String |
BLOCKSIZE
Deprecated.
"Blocksize" |
static String |
CACHE_CONTROL
Deprecated.
"Cache-Control" |
static String |
CONFERENCE
Deprecated.
"Conference" |
static String |
CONNECTION
Deprecated.
"Connection" |
static String |
CONTENT_BASE
Deprecated.
"Content-Base" |
static String |
CONTENT_ENCODING
Deprecated.
"Content-Encoding" |
static String |
CONTENT_LANGUAGE
Deprecated.
"Content-Language" |
static String |
CONTENT_LENGTH
Deprecated.
"Content-Length" |
static String |
CONTENT_LOCATION
Deprecated.
"Content-Location" |
static String |
CONTENT_TYPE
Deprecated.
"Content-Type" |
static String |
CSEQ
Deprecated.
"CSeq" |
static String |
DATE
Deprecated.
"Date" |
static String |
EXPIRES
Deprecated.
"Expires" |
static String |
FROM
Deprecated.
"From" |
static String |
HOST
Deprecated.
"Host" |
static String |
IF_MATCH
Deprecated.
"If-Match" |
static String |
IF_MODIFIED_SINCE
Deprecated.
"If-Modified-Since" |
static String |
KEYMGMT
Deprecated.
"KeyMgmt" |
static String |
LAST_MODIFIED
Deprecated.
"Last-Modified" |
static String |
PROXY_AUTHENTICATE
Deprecated.
"Proxy-Authenticate" |
static String |
PROXY_REQUIRE
Deprecated.
"Proxy-Require" |
static String |
PUBLIC
Deprecated.
"Public" |
static String |
RANGE
Deprecated.
"Range" |
static String |
REFERER
Deprecated.
"Referer" |
static String |
REQUIRE
Deprecated.
"Require" |
static String |
RETRT_AFTER
Deprecated.
"Retry-After" |
static String |
RTP_INFO
Deprecated.
"RTP-Info" |
static String |
SCALE
Deprecated.
"Scale" |
static String |
SERVER
Deprecated.
"Server" |
static String |
SESSION
Deprecated.
"Session" |
static String |
SPEED
Deprecated.
"Speed" |
static String |
TIMESTAMP
Deprecated.
"Timestamp" |
static String |
TRANSPORT
Deprecated.
"Transport" |
static String |
UNSUPPORTED
Deprecated.
"Unsupported" |
static String |
USER_AGENT
Deprecated.
"User-Agent" |
static String |
VARY
Deprecated.
"Vary" |
static String |
VIA
Deprecated.
"Via" |
static String |
WWW_AUTHENTICATE
Deprecated.
"WWW-Authenticate" |
public static final String ACCEPT
"Accept"
public static final String ACCEPT_ENCODING
"Accept-Encoding"
public static final String ACCEPT_LANGUAGE
"Accept-Language"
public static final String ALLOW
"Allow"
public static final String AUTHORIZATION
"Authorization"
public static final String BANDWIDTH
"Bandwidth"
public static final String BLOCKSIZE
"Blocksize"
public static final String CACHE_CONTROL
"Cache-Control"
public static final String CONFERENCE
"Conference"
public static final String CONNECTION
"Connection"
public static final String CONTENT_BASE
"Content-Base"
public static final String CONTENT_ENCODING
"Content-Encoding"
public static final String CONTENT_LANGUAGE
"Content-Language"
public static final String CONTENT_LENGTH
"Content-Length"
public static final String CONTENT_LOCATION
"Content-Location"
public static final String CONTENT_TYPE
"Content-Type"
public static final String CSEQ
"CSeq"
public static final String DATE
"Date"
public static final String EXPIRES
"Expires"
public static final String FROM
"From"
public static final String HOST
"Host"
public static final String IF_MATCH
"If-Match"
public static final String IF_MODIFIED_SINCE
"If-Modified-Since"
public static final String KEYMGMT
"KeyMgmt"
public static final String LAST_MODIFIED
"Last-Modified"
public static final String PROXY_AUTHENTICATE
"Proxy-Authenticate"
public static final String PROXY_REQUIRE
"Proxy-Require"
public static final String PUBLIC
"Public"
public static final String RANGE
"Range"
public static final String REFERER
"Referer"
public static final String REQUIRE
"Require"
public static final String RETRT_AFTER
"Retry-After"
public static final String RTP_INFO
"RTP-Info"
public static final String SCALE
"Scale"
public static final String SESSION
"Session"
public static final String SERVER
"Server"
public static final String SPEED
"Speed"
public static final String TIMESTAMP
"Timestamp"
public static final String TRANSPORT
"Transport"
public static final String UNSUPPORTED
"Unsupported"
public static final String USER_AGENT
"User-Agent"
public static final String VARY
"Vary"
public static final String VIA
"Via"
public static final String WWW_AUTHENTICATE
"WWW-Authenticate"
Copyright © 2008–2017 The Netty Project. All rights reserved.