Uses of Class
org.jivesoftware.smack.util.InternetAddress
Package
Description
Utility classes.
Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
-
Uses of InternetAddress in org.jivesoftware.smack.util
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
Modifier and TypeMethodDescriptionstatic InternetAddress
static InternetAddress
InternetAddress.from
(InetAddress inetAddress) static InternetAddress
InternetAddress.fromIgnoringZoneId
(String address) static InternetAddress
ParserUtils.getInternetAddressIngoringZoneIdAttribute
(XmlPullParser parser, String attribute) -
Uses of InternetAddress in org.jivesoftware.smackx.bytestreams.socks5.packet
Modifier and TypeMethodDescriptionBytestream.StreamHost.getAddress()
Returns the internet address of the stream host.ModifierConstructorDescriptionStreamHost
(Jid jid, InternetAddress address, int port) Stream Host constructor. -
Uses of InternetAddress in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Modifier and TypeMethodDescriptionJingleS5BTransportCandidate.Builder.setHost
(InternetAddress host) ModifierConstructorDescriptionJingleS5BTransportCandidate
(String candidateId, InternetAddress host, Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type)