|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<Warning>
com.oracle.sft.api.Warning
public enum Warning
Warn-text recommended by RFC3261 for Warning header.
| Enum Constant Summary | |
|---|---|
ATTRIBUTE_NOT_UNDERSTOODOne or more of the media attributes in the session description are not supported. |
|
INCOMPATIBLE_BANDWIDTH_UNITSOne or more bandwidth measurement units contained in the session description were not understood. |
|
INCOMPATIBLE_MEDIA_FORMATOne or more media formats contained in the session description are not available. |
|
INCOMPATIBLE_NETWORK_ADDRESS_FORMATSOne or more network address formats contained in the session description are not available. |
|
INCOMPATIBLE_NETWORK_PROTOCOLOne or more network protocols contained in the session description are not available. |
|
INCOMPATIBLE_TRANSPORT_PROTOCOLOne or more transport protocols described in the session description are not available. |
|
INSUFFICIENT_BANDWIDTHThe bandwidth specified in the session description or defined by the media exceeds that known to be available. |
|
MEDIA_TYPE_NOT_AVAILABLEOne or more media types contained in the session description are not available. |
|
MISCELLANEOUS_WARNINGThe warning text can include arbitrary information to be presented to a human user or logged. |
|
MULTICAST_NOT_AVAILABLEThe site where the user is located does not support multicast. |
|
SESSION_DESCRIPTION_PARAMETER_NOT_UNDERSTOODA parameter other than those listed above was not understood. |
|
UNICAST_NOT_AVAILABLEThe site where the user is located does not support unicast communication (usually due to the presence of a firewall). |
|
| Method Summary | |
|---|---|
static Warning |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static Warning[] |
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 Warning INCOMPATIBLE_NETWORK_PROTOCOL
public static final Warning INCOMPATIBLE_NETWORK_ADDRESS_FORMATS
public static final Warning INCOMPATIBLE_TRANSPORT_PROTOCOL
public static final Warning INCOMPATIBLE_BANDWIDTH_UNITS
public static final Warning MEDIA_TYPE_NOT_AVAILABLE
public static final Warning INCOMPATIBLE_MEDIA_FORMAT
public static final Warning ATTRIBUTE_NOT_UNDERSTOOD
public static final Warning SESSION_DESCRIPTION_PARAMETER_NOT_UNDERSTOOD
public static final Warning MULTICAST_NOT_AVAILABLE
public static final Warning UNICAST_NOT_AVAILABLE
public static final Warning INSUFFICIENT_BANDWIDTH
public static final Warning MISCELLANEOUS_WARNING
| Method Detail |
|---|
public static Warning[] values()
for (Warning c : Warning.values())
System.out.println(c);
public static Warning valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.