-
- All Implemented Interfaces:
-
java.lang.Comparable
public class UPNPCandidate extends LocalCandidate
Represents a Candidate obtained via UPnP.
-
-
Constructor Summary
Constructors Constructor Description UPNPCandidate(TransportAddress transportAddress, LocalCandidate base, Component parentComponent, GatewayDevice device)Creates a UPNPCandidate for the specified transport, address, and base.
-
Method Summary
Modifier and Type Method Description IceSocketWrappergetCandidateIceSocketWrapper()-
Methods inherited from class org.ice4j.ice.LocalCandidate
getDatagramSocket, getExtendedType, getSocket, getStunSocket, getStunStack, getUfrag, isDefault, isSSL, setExtendedType, setSSL, setUfrag -
Methods inherited from class org.ice4j.ice.Candidate
canReach, compareTo, computeGTalkPriority, computeGTalkPriorityForType, computePriority, computePriorityForType, equals, getBase, getFoundation, getHostAddress, getMappedAddress, getParentComponent, getPriority, getReflexiveAddress, getRelatedAddress, getRelatedCandidate, getRelayServerAddress, getRelayedAddress, getStunServerAddress, getTcpType, getTransport, getTransportAddress, getType, hashCode, isVirtual, setBase, setCandidateType, setFoundation, setTcpType, setVirtual, toShortString, toString -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UPNPCandidate
UPNPCandidate(TransportAddress transportAddress, LocalCandidate base, Component parentComponent, GatewayDevice device)
Creates a UPNPCandidate for the specified transport, address, and base.- Parameters:
transportAddress- the transport address that this candidate is encapsulating.base- the base candidateparentComponent- the Component that this candidate belongs to.device- the UPnP gateway device
-
-
Method Detail
-
getCandidateIceSocketWrapper
IceSocketWrapper getCandidateIceSocketWrapper()
-
-
-
-