|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.netty.handler.codec.rtsp.RtspVersions
public final class RtspVersions
The version of RTSP.
Field Summary | |
---|---|
static HttpVersion |
RTSP_1_0
RTSP/1.0 |
Method Summary | |
---|---|
static HttpVersion |
valueOf(java.lang.String text)
Returns an existing or new HttpVersion instance which matches to
the specified RTSP version string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HttpVersion RTSP_1_0
Method Detail |
---|
public static HttpVersion valueOf(java.lang.String text)
HttpVersion
instance which matches to
the specified RTSP version string. If the specified text
is
equal to "RTSP/1.0"
, RTSP_1_0
will be returned.
Otherwise, a new HttpVersion
instance will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |