|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RTSPCode>
org.red5.server.net.rtsp.RTSPCode
public enum RTSPCode
RTSP Status codes.
| Method Summary | |
|---|---|
String |
description()
|
static RTSPCode |
fromString(String strCode)
Try to translare a numeric RTSP status code to the corresponding enum value. |
int |
value()
|
static RTSPCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RTSPCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RTSPCode Continue
public static final RTSPCode OK
public static final RTSPCode Created
public static final RTSPCode LowOnStorageSpace
public static final RTSPCode MultipleChoices
public static final RTSPCode MovedPermanently
public static final RTSPCode MovedTemporarily
public static final RTSPCode SeeOther
public static final RTSPCode NotModified
public static final RTSPCode UseProxy
public static final RTSPCode BadRequest
public static final RTSPCode Unauthorized
public static final RTSPCode PaymentRequired
public static final RTSPCode Forbidden
public static final RTSPCode NotFound
public static final RTSPCode MethodNotAllowed
public static final RTSPCode NotAcceptable
public static final RTSPCode ProxyAuthenticationRequired
public static final RTSPCode RequestTimeOut
public static final RTSPCode Gone
public static final RTSPCode LengthRequired
public static final RTSPCode PreconditionFailed
public static final RTSPCode RequestEntityTooLarge
public static final RTSPCode RequestUriTooLarge
public static final RTSPCode UnsupportedMediaType
public static final RTSPCode ParameterNotUnderstood
public static final RTSPCode ConferenceNotFound
public static final RTSPCode NotEnoughBandwidth
public static final RTSPCode SessionNotFound
public static final RTSPCode MethodNotValidInThisState
public static final RTSPCode HeaderFieldNotValidForResource
public static final RTSPCode InvalidRange
public static final RTSPCode ParameterIsReadOnly
public static final RTSPCode AggregateOperationNotAllowed
public static final RTSPCode OnlyAggregateOperationAllowed
public static final RTSPCode UnsupportedTransport
public static final RTSPCode DestinationUnreachable
public static final RTSPCode InternalServerError
public static final RTSPCode NotImplemented
public static final RTSPCode BadGateway
public static final RTSPCode ServiceUnavailable
public static final RTSPCode GatewayTimeOut
public static final RTSPCode RTSPVersionNotSupported
public static final RTSPCode OptionNotSupported
| Method Detail |
|---|
public static RTSPCode[] values()
for (RTSPCode c : RTSPCode.values()) System.out.println(c);
public static RTSPCode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int value()
public String description()
public static RTSPCode fromString(String strCode)
strCode - numeric code (as a string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||