All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lastbamboo.common.ice.IceOfferAnswer Maven / Gradle / Ivy

The newest version!
package org.lastbamboo.common.ice;

import java.util.Collection;

import org.lastbamboo.common.ice.candidate.IceCandidate;
import org.lastbamboo.common.offer.answer.OfferAnswer;

/**
 * Specialized offer/answer interface for ICE.
 */
public interface IceOfferAnswer extends OfferAnswer {

    /**
     * Gathers candidates for this specific offer/answer implementation.
     * 
     * @return The collection of {@link IceCandidate}s.
     */
    Collection gatherCandidates();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy