Java io.netty.handler.codec.rtsp RtspVersions fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.rtsp RtspVersions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.rtsp RtspVersions.

The text is from its open source code.

Field

HttpVersionRTSP_1_0
RTSP/1.0

Method

HttpVersionvalueOf(String text)
Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.