Package org.ice4j.ice

Examples of org.ice4j.ice.RemoteCandidate


              }

              Component component = ims.getComponent(cpe.getComponent());
              if (component != null) {
                // we should always be able to find this if there is one b/c of the sorting we did.
                RemoteCandidate relatedCandidate = relatedAddr != null ? component.findRemoteCandidate(relatedAddr) : null;
                TransportAddress ta = new TransportAddress(ia, cpe.getPort(), Transport.parse(cpe.getProtocol().toLowerCase()));
                RemoteCandidate rc = new RemoteCandidate( ta,
                    component,
                    convertType(cpe.getType()),
                    Integer.toString(cpe.getFoundation()),
                    cpe.getPriority(),
                    relatedCandidate);
View Full Code Here

TOP

Related Classes of org.ice4j.ice.RemoteCandidate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.