public final class RtspVersions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HttpVersion |
RTSP_1_0
RTSP / 1.0
|
Modifier and Type | Method and Description |
---|---|
static HttpVersion |
valueOf(java.lang.String text)
返回与指定的RTSP版本字符串匹配的现有或新的 HttpVersion 实例。
|
public static final HttpVersion RTSP_1_0
public static HttpVersion valueOf(java.lang.String text)
Copyright © 2008–2018 The Netty Project. All rights reserved.