Package org.lastbamboo.common.ice.candidate

Interface Summary
IceCandidate This is an interface for an ICE "candidate" as defined in the IETF draft "draft-ietf-mmusic-ice-05.txt".
IceCandidateGatherer Interface for classes that gather ICE candidates.
IceCandidatePair Interface for a pair of ICE candidates.
IceCandidatePairFactory Factory for creating ICE candidate pairs.
IceCandidatePairVisitor<T> Interface for classes that visit ICE candidate pairs.
IceCandidateVisitor<T> Visitor for connection candidates in the "Interactive Connectivity Establishment (ICE)" protocol.
 

Class Summary
AbstractIceCandidate Class that abstracts out general attributes of all ICE session candidates.
IceCandidatePairComparator Comparator for ICE candidate pairs.
IceCandidatePairFactoryImpl Factory for creating ICE candidate pairs.
IceCandidatePairPriorityCalculator Creates a new class for calculating pair priorities.
IceCandidateVisitorAdapter<T> Adaptor for IceCandidateVisitors.
IceFoundationCalculator Class for calculating ICE foundations.
IceTcpActiveCandidate ICE active TCP candidate.
IceTcpHostPassiveCandidate ICE passive TCP candidate for the local host.
IceTcpPeerReflexiveCandidate Peer reflexive ICE TCP candidate.
IceTcpRelayPassiveCandidate ICE passive TCP candidate for relayed hosts.
IceTcpServerReflexiveSoCandidate ICE simultaneous open TCP candidate for server reflexive hosts.
IceUdpCandidatePair A UDP ICE candidate pair.
IceUdpHostCandidate ICE UDP candidate for the local host.
IceUdpPeerReflexiveCandidate Peer reflexive ICE UDP candidate.
IceUdpRelayCandidate Relay ICE UDP candidate.
IceUdpServerReflexiveCandidate Server reflexive ICE UDP candidate.
UdpIceCandidateGatherer Gathers UDP ICE candidates.
 

Enum Summary
IceCandidatePairState States for ICE candidate pairs.
IceCandidateType Enumeration of ICE candidate types, such as host, relayed, server reflexive, or peer reflexive.
 



Copyright © 2013 LittleShoot. All Rights Reserved.