Uses of Class
org.jivesoftware.smack.util.InternetAddress
-
Packages that use InternetAddress Package Description org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.bytestreams.socks5.packet Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams. -
-
Uses of InternetAddress in org.jivesoftware.smack.util
Subclasses of InternetAddress in org.jivesoftware.smack.util Modifier and Type Class Description static classInternetAddress.DomainNamestatic classInternetAddress.DomainNameLabelstatic classInternetAddress.InvalidDomainNamestatic classInternetAddress.Ipv4static classInternetAddress.Ipv6Methods in org.jivesoftware.smack.util that return InternetAddress Modifier and Type Method Description static InternetAddressInternetAddress. from(String address)static InternetAddressInternetAddress. from(InetAddress inetAddress)static InternetAddressInternetAddress. fromIgnoringZoneId(String address)static InternetAddressParserUtils. getInternetAddressIngoringZoneIdAttribute(XmlPullParser parser, String attribute) -
Uses of InternetAddress in org.jivesoftware.smackx.bytestreams.socks5.packet
Methods in org.jivesoftware.smackx.bytestreams.socks5.packet that return InternetAddress Modifier and Type Method Description InternetAddressBytestream.StreamHost. getAddress()Returns the internet address of the stream host.Constructors in org.jivesoftware.smackx.bytestreams.socks5.packet with parameters of type InternetAddress Constructor Description StreamHost(Jid jid, InternetAddress address, int port)Stream Host constructor. -
Uses of InternetAddress in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements that return InternetAddress Modifier and Type Method Description InternetAddressJingleS5BTransportCandidate. getHost()Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type InternetAddress Modifier and Type Method Description JingleS5BTransportCandidate.BuilderJingleS5BTransportCandidate.Builder. setHost(InternetAddress host)Constructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type InternetAddress Constructor Description JingleS5BTransportCandidate(String candidateId, InternetAddress host, Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type)
-