|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lastbamboo.common.ice.candidate.IceFoundationCalculator
public class IceFoundationCalculator
Class for calculating ICE foundations.
| Method Summary | |
|---|---|
static String |
calculateFoundation(IceCandidateType type,
InetAddress baseAddress,
IceTransportProtocol transport)
Returns the foundation using the type and the base address. |
static String |
calculateFoundation(IceCandidateType type,
InetAddress baseAddress,
IceTransportProtocol transport,
InetAddress stunServerAddress)
Returns the foundation using the type, base address, and STUN server address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String calculateFoundation(IceCandidateType type,
InetAddress baseAddress,
IceTransportProtocol transport)
type - The ICE candidate type.baseAddress - The base address.transport - The transport protocol.
public static String calculateFoundation(IceCandidateType type,
InetAddress baseAddress,
IceTransportProtocol transport,
InetAddress stunServerAddress)
type - The ICE candidate type.baseAddress - The base address.transport - The transport protocol.stunServerAddress - The STUN server address.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||