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 StringDeprecated."Accept"static final StringDeprecated."Accept-Encoding"static final StringDeprecated."Accept-Language"static final StringDeprecated."Allow"static final StringDeprecated."Authorization"static final StringDeprecated."Bandwidth"static final StringDeprecated."Blocksize"static final StringDeprecated."Cache-Control"static final StringDeprecated."Conference"static final StringDeprecated."Connection"static final StringDeprecated."Content-Base"static final StringDeprecated."Content-Encoding"static final StringDeprecated."Content-Language"static final StringDeprecated."Content-Length"static final StringDeprecated."Content-Location"static final StringDeprecated."Content-Type"static final StringDeprecated."CSeq"static final StringDeprecated."Date"static final StringDeprecated."Expires"static final StringDeprecated."From"static final StringDeprecated."Host"static final StringDeprecated."If-Match"static final StringDeprecated."If-Modified-Since"static final StringDeprecated."KeyMgmt"static final StringDeprecated."Last-Modified"static final StringDeprecated."Proxy-Authenticate"static final StringDeprecated."Proxy-Require"static final StringDeprecated."Public"static final StringDeprecated."Range"static final StringDeprecated."Referer"static final StringDeprecated."Require"static final StringDeprecated."Retry-After"static final StringDeprecated."RTP-Info"static final StringDeprecated."Scale"static final StringDeprecated."Server"static final StringDeprecated."Session"static final StringDeprecated."Speed"static final StringDeprecated."Timestamp"static final StringDeprecated."Transport"static final StringDeprecated."Unsupported"static final StringDeprecated."User-Agent"static final StringDeprecated."Vary"static final StringDeprecated."Via"static final StringDeprecated."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.
-
RtspHeaderNamesinstead. Standard RTSP header names.