org.lastbamboo.common.ice
Interface IceOfferAnswer

All Superinterfaces:
org.lastbamboo.common.offer.answer.OfferAnswer
All Known Subinterfaces:
IceAgent
All Known Implementing Classes:
IceAgentImpl, TcpOfferAnswer, TcpTurnOfferAnswer

public interface IceOfferAnswer
extends org.lastbamboo.common.offer.answer.OfferAnswer

Specialized offer/answer interface for ICE.


Method Summary
 Collection<? extends IceCandidate> gatherCandidates()
          Gathers candidates for this specific offer/answer implementation.
 
Methods inherited from interface org.lastbamboo.common.offer.answer.OfferAnswer
close, closeTcp, closeUdp, generateAnswer, generateOffer, processAnswer, processOffer, useRelay
 

Method Detail

gatherCandidates

Collection<? extends IceCandidate> gatherCandidates()
Gathers candidates for this specific offer/answer implementation.

Returns:
The collection of IceCandidates.


Copyright © 2013 LittleShoot. All Rights Reserved.