|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lastbamboo.common.offer.answer.IceConfig
public class IceConfig
Convenience class for easily configuring ICE.
| Constructor Summary | |
|---|---|
IceConfig()
|
|
| Method Summary | |
|---|---|
static String[] |
getCipherSuites()
|
static boolean |
isDisableUdpOnLocalNetwork()
|
static boolean |
isTcp()
Accessor for whether or not to negotiate TCP connections. |
static boolean |
isUdp()
Accessor for whether or not to negotiate UDP connections. |
static void |
setCipherSuites(String[] cipherSuites)
|
static void |
setDisableUdpOnLocalNetwork(boolean disableUdpOnLocalNetwork)
|
static void |
setTcp(boolean tcp)
Sets whether or not to use TCP. |
static void |
setUdp(boolean udp)
Sets whether or not to use UDP. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IceConfig()
| Method Detail |
|---|
public static void setUdp(boolean udp)
udp - Whether or not to use UDP.public static boolean isUdp()
true if we should negotiate UDP connections,
otherwise false.public static void setTcp(boolean tcp)
udp - Whether or not to use TCP.public static boolean isTcp()
true if we should negotiate TCP connections,
otherwise false.public static void setCipherSuites(String[] cipherSuites)
public static String[] getCipherSuites()
public static void setDisableUdpOnLocalNetwork(boolean disableUdpOnLocalNetwork)
public static boolean isDisableUdpOnLocalNetwork()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||