public class HostCandidate extends IceCandidate
This includes IP addresses on physical interfaces and logical ones, such as ones obtained through Virtual Private Networks (VPNs) and Realm Specific IP (RSIP) [RFC3102] (which lives at the operating system level).
TransportAddress.TransportProtocolbase, IP4_PRECEDENCEprotocol, virtual| Constructor and Description |
|---|
HostCandidate(IceComponent component,
InetAddress address,
int port) |
HostCandidate(IceComponent component,
String hostname,
int port) |
clone, compareTo, getAddressPrecedence, getBase, getComponentId, getFoundation, getPriority, getType, setFoundation, setPrioritygetAddressBytes, getProtocol, isIPv4, isIPv6, isVirtual, setVirtualcreateUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved, toStringpublic HostCandidate(IceComponent component, InetAddress address, int port)
public HostCandidate(IceComponent component, String hostname, int port)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.