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