Class RtspVersions
java.lang.Object
org.jboss.netty.handler.codec.rtsp.RtspVersions
The version of RTSP.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpVersion
Returns an existing or newHttpVersion
instance which matches to the specified RTSP version string.
-
Field Details
-
RTSP_1_0
RTSP/1.0
-
-
Constructor Details
-
RtspVersions
private RtspVersions()
-
-
Method Details
-
valueOf
Returns an existing or newHttpVersion
instance which matches to the specified RTSP version string. If the specifiedtext
is equal to"RTSP/1.0"
,RTSP_1_0
will be returned. Otherwise, a newHttpVersion
instance will be returned.
-