org.lastbamboo.common.ice.candidate
Interface IceCandidateGatherer

All Known Implementing Classes:
UdpIceCandidateGatherer

public interface IceCandidateGatherer

Interface for classes that gather ICE candidates.


Method Summary
 void close()
          Close any resources associated with the gatherer.
 Collection<IceCandidate> gatherCandidates()
          Gathers ICE candidates.
 InetAddress getPublicAddress()
          Accessor for the public address of the machine.
 

Method Detail

gatherCandidates

Collection<IceCandidate> gatherCandidates()
Gathers ICE candidates.

Returns:
The Collection of gathered candidates.

close

void close()
Close any resources associated with the gatherer.


getPublicAddress

InetAddress getPublicAddress()
Accessor for the public address of the machine.

Returns:
The public address of the machine.


Copyright © 2013 LittleShoot. All Rights Reserved.