Class RtspVersions
java.lang.Object
io.netty.handler.codec.rtsp.RtspVersions
The version of RTSP.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpVersionReturns an existing or newHttpVersioninstance which matches to the specified RTSP version string.
-
Field Details
-
RTSP_1_0
RTSP/1.0
-
-
Method Details
-
valueOf
Returns an existing or newHttpVersioninstance which matches to the specified RTSP version string. If the specifiedtextis equal to"RTSP/1.0",RTSP_1_0will be returned. Otherwise, a newHttpVersioninstance will be returned.
-