Package io.netty.handler.codec.rtsp
Class RtspHeaders.Values
- java.lang.Object
-
- io.netty.handler.codec.rtsp.RtspHeaders.Values
-
- Enclosing class:
- RtspHeaders
@Deprecated public static final class RtspHeaders.Values extends Object
Deprecated.UseRtspHeaderValuesinstead. Standard RTSP header values.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPENDDeprecated."append"static StringAVPDeprecated."AVP"static StringBYTESDeprecated."bytes"static StringCHARSETDeprecated."charset"static StringCLIENT_PORTDeprecated."client_port"static StringCLOCKDeprecated."clock"static StringCLOSEDeprecated."close"static StringCOMPRESSDeprecated."compress"static StringCONTINUEDeprecated."100-continue"static StringDEFLATEDeprecated."deflate"static StringDESTINATIONDeprecated."destination"static StringGZIPDeprecated."gzip"static StringIDENTITYDeprecated."identity"static StringINTERLEAVEDDeprecated."interleaved"static StringKEEP_ALIVEDeprecated."keep-alive"static StringLAYERSDeprecated."layers"static StringMAX_AGEDeprecated."max-age"static StringMAX_STALEDeprecated."max-stale"static StringMIN_FRESHDeprecated."min-fresh"static StringMODEDeprecated."mode"static StringMULTICASTDeprecated."multicast"static StringMUST_REVALIDATEDeprecated."must-revalidate"static StringNO_CACHEDeprecated."no-cache"static StringNO_TRANSFORMDeprecated."no-transform"static StringNONEDeprecated."none"static StringONLY_IF_CACHEDDeprecated."only-if-cached"static StringPORTDeprecated."port"static StringPRIVATEDeprecated."private"static StringPROXY_REVALIDATEDeprecated."proxy-revalidate"static StringPUBLICDeprecated."public"static StringRTPDeprecated."RTP"static StringRTPTIMEDeprecated."rtptime"static StringSEQDeprecated."seq"static StringSERVER_PORTDeprecated."server_port"static StringSSRCDeprecated."ssrc"static StringTCPDeprecated."TCP"static StringTIMEDeprecated."time"static StringTIMEOUTDeprecated."timeout"static StringTTLDeprecated."ttl"static StringUDPDeprecated."UDP"static StringUNICASTDeprecated."unicast"static StringURLDeprecated."url"
-
-
-
Field Detail
-
APPEND
public static final String APPEND
Deprecated."append"- See Also:
- Constant Field Values
-
AVP
public static final String AVP
Deprecated."AVP"- See Also:
- Constant Field Values
-
BYTES
public static final String BYTES
Deprecated."bytes"- See Also:
- Constant Field Values
-
CHARSET
public static final String CHARSET
Deprecated."charset"- See Also:
- Constant Field Values
-
CLIENT_PORT
public static final String CLIENT_PORT
Deprecated."client_port"- See Also:
- Constant Field Values
-
CLOCK
public static final String CLOCK
Deprecated."clock"- See Also:
- Constant Field Values
-
CLOSE
public static final String CLOSE
Deprecated."close"- See Also:
- Constant Field Values
-
COMPRESS
public static final String COMPRESS
Deprecated."compress"- See Also:
- Constant Field Values
-
CONTINUE
public static final String CONTINUE
Deprecated."100-continue"- See Also:
- Constant Field Values
-
DEFLATE
public static final String DEFLATE
Deprecated."deflate"- See Also:
- Constant Field Values
-
DESTINATION
public static final String DESTINATION
Deprecated."destination"- See Also:
- Constant Field Values
-
GZIP
public static final String GZIP
Deprecated."gzip"- See Also:
- Constant Field Values
-
IDENTITY
public static final String IDENTITY
Deprecated."identity"- See Also:
- Constant Field Values
-
INTERLEAVED
public static final String INTERLEAVED
Deprecated."interleaved"- See Also:
- Constant Field Values
-
KEEP_ALIVE
public static final String KEEP_ALIVE
Deprecated."keep-alive"- See Also:
- Constant Field Values
-
LAYERS
public static final String LAYERS
Deprecated."layers"- See Also:
- Constant Field Values
-
MAX_AGE
public static final String MAX_AGE
Deprecated."max-age"- See Also:
- Constant Field Values
-
MAX_STALE
public static final String MAX_STALE
Deprecated."max-stale"- See Also:
- Constant Field Values
-
MIN_FRESH
public static final String MIN_FRESH
Deprecated."min-fresh"- See Also:
- Constant Field Values
-
MODE
public static final String MODE
Deprecated."mode"- See Also:
- Constant Field Values
-
MULTICAST
public static final String MULTICAST
Deprecated."multicast"- See Also:
- Constant Field Values
-
MUST_REVALIDATE
public static final String MUST_REVALIDATE
Deprecated."must-revalidate"- See Also:
- Constant Field Values
-
NONE
public static final String NONE
Deprecated."none"- See Also:
- Constant Field Values
-
NO_CACHE
public static final String NO_CACHE
Deprecated."no-cache"- See Also:
- Constant Field Values
-
NO_TRANSFORM
public static final String NO_TRANSFORM
Deprecated."no-transform"- See Also:
- Constant Field Values
-
ONLY_IF_CACHED
public static final String ONLY_IF_CACHED
Deprecated."only-if-cached"- See Also:
- Constant Field Values
-
PORT
public static final String PORT
Deprecated."port"- See Also:
- Constant Field Values
-
PRIVATE
public static final String PRIVATE
Deprecated."private"- See Also:
- Constant Field Values
-
PROXY_REVALIDATE
public static final String PROXY_REVALIDATE
Deprecated."proxy-revalidate"- See Also:
- Constant Field Values
-
PUBLIC
public static final String PUBLIC
Deprecated."public"- See Also:
- Constant Field Values
-
RTP
public static final String RTP
Deprecated."RTP"- See Also:
- Constant Field Values
-
RTPTIME
public static final String RTPTIME
Deprecated."rtptime"- See Also:
- Constant Field Values
-
SEQ
public static final String SEQ
Deprecated."seq"- See Also:
- Constant Field Values
-
SERVER_PORT
public static final String SERVER_PORT
Deprecated."server_port"- See Also:
- Constant Field Values
-
SSRC
public static final String SSRC
Deprecated."ssrc"- See Also:
- Constant Field Values
-
TCP
public static final String TCP
Deprecated."TCP"- See Also:
- Constant Field Values
-
TIME
public static final String TIME
Deprecated."time"- See Also:
- Constant Field Values
-
TIMEOUT
public static final String TIMEOUT
Deprecated."timeout"- See Also:
- Constant Field Values
-
TTL
public static final String TTL
Deprecated."ttl"- See Also:
- Constant Field Values
-
UDP
public static final String UDP
Deprecated."UDP"- See Also:
- Constant Field Values
-
UNICAST
public static final String UNICAST
Deprecated."unicast"- See Also:
- Constant Field Values
-
URL
public static final String URL
Deprecated."url"- See Also:
- Constant Field Values
-
-