|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IceTransportProtocol>
org.lastbamboo.common.ice.IceTransportProtocol
public enum IceTransportProtocol
Enumeration of ICE transport protocols for encoding in SDP>
| Enum Constant Summary | |
|---|---|
TCP_ACT
Active. |
|
TCP_PASS
Passive. |
|
TCP_SO
Simultaneous open. |
|
UDP
UDP protocol. |
|
| Method Summary | |
|---|---|
String |
getName()
Accessor for the name of the protocol for encoding in SDP. |
static IceTransportProtocol |
toTransport(String sdp)
Gets the type for the associated SDP encoding. |
static IceTransportProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IceTransportProtocol[] |
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 IceTransportProtocol TCP_SO
public static final IceTransportProtocol TCP_ACT
public static final IceTransportProtocol TCP_PASS
public static final IceTransportProtocol UDP
| Method Detail |
|---|
public static IceTransportProtocol[] values()
for (IceTransportProtocol c : IceTransportProtocol.values()) System.out.println(c);
public static IceTransportProtocol 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 String getName()
public static IceTransportProtocol toTransport(String sdp)
sdp - The SDP for the type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||