|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IceTransportProtocol | |
|---|---|
| org.lastbamboo.common.ice | |
| org.lastbamboo.common.ice.candidate | |
| Uses of IceTransportProtocol in org.lastbamboo.common.ice |
|---|
| Methods in org.lastbamboo.common.ice that return IceTransportProtocol | |
|---|---|
static IceTransportProtocol |
IceTransportProtocol.toTransport(String sdp)
Gets the type for the associated SDP encoding. |
static IceTransportProtocol |
IceTransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IceTransportProtocol[] |
IceTransportProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.lastbamboo.common.ice with parameters of type IceTransportProtocol | |
|---|---|
static long |
IcePriorityCalculator.calculatePriority(IceCandidateType type,
IceTransportProtocol transport)
Calculates teh priority for the specified type using the default component ID of 1 and the default local preference. |
| Uses of IceTransportProtocol in org.lastbamboo.common.ice.candidate |
|---|
| Methods in org.lastbamboo.common.ice.candidate that return IceTransportProtocol | |
|---|---|
IceTransportProtocol |
IceCandidate.getTransport()
Accessor for the type of transport of this candidate, such as TCP or UDP. |
IceTransportProtocol |
AbstractIceCandidate.getTransport()
|
| Methods in org.lastbamboo.common.ice.candidate with parameters of type IceTransportProtocol | |
|---|---|
static String |
IceFoundationCalculator.calculateFoundation(IceCandidateType type,
InetAddress baseAddress,
IceTransportProtocol transport)
Returns the foundation using the type and the base address. |
static String |
IceFoundationCalculator.calculateFoundation(IceCandidateType type,
InetAddress baseAddress,
IceTransportProtocol transport,
InetAddress stunServerAddress)
Returns the foundation using the type, base address, and STUN server address. |
| Constructors in org.lastbamboo.common.ice.candidate with parameters of type IceTransportProtocol | |
|---|---|
AbstractIceCandidate(InetSocketAddress socketAddress,
InetAddress baseAddress,
IceCandidateType type,
IceTransportProtocol transport,
boolean controlling)
Creates a new ICE candidate. |
|
AbstractIceCandidate(InetSocketAddress socketAddress,
String foundation,
IceCandidateType type,
IceTransportProtocol transport,
long priority,
boolean controlling,
int componentId,
IceCandidate baseCandidate,
InetAddress relatedAddress,
int relatedPort)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||