public class LocalCandidateWrapper extends Object implements CandidateWrapper, Comparable<LocalCandidateWrapper>
Candidate as local.| Constructor and Description |
|---|
LocalCandidateWrapper(IceCandidate candidate,
DatagramChannel udpChannel) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LocalCandidateWrapper other) |
IceCandidate |
getCandidate() |
DatagramChannel |
getChannel() |
public LocalCandidateWrapper(IceCandidate candidate, DatagramChannel udpChannel)
public IceCandidate getCandidate()
getCandidate in interface CandidateWrapperpublic DatagramChannel getChannel()
public int compareTo(LocalCandidateWrapper other)
compareTo in interface Comparable<LocalCandidateWrapper>Copyright © 2017 TeleStax, Inc.. All Rights Reserved.