Uses of Class
org.jivesoftware.smack.datatypes.UInt16
-
Packages that use UInt16 Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.datatypes Custom datatypes for Integers.org.jivesoftware.smack.tcp.rce Smack's internal API for XMPP connections over TCP.org.jivesoftware.smack.util Utility classes.org.jivesoftware.smack.util.rce Utility classes for Remote Connection Endpoints (RCE).org.jivesoftware.smackx.bytestreams.ibb.packet Stanzas and extension elements for XEP-0047: In-Band Bytestreams.org.jivesoftware.smackx.mediaelement.element Element classes for XEP-0221: Data Forms Media Element.org.jivesoftware.smackx.usertune.element Smack's API for XEP-0118: User Tune. -
-
Uses of UInt16 in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as UInt16 Modifier and Type Field Description protected UInt16AbstractXMPPConnection. portThe used port to establish the connection toprotected UInt16ConnectionConfiguration. portMethods in org.jivesoftware.smack that return UInt16 Modifier and Type Method Description UInt16ConnectionConfiguration. getPort()Methods in org.jivesoftware.smack with parameters of type UInt16 Modifier and Type Method Description BConnectionConfiguration.Builder. setPort(UInt16 port) -
Uses of UInt16 in org.jivesoftware.smack.datatypes
Fields in org.jivesoftware.smack.datatypes declared as UInt16 Modifier and Type Field Description static UInt16UInt16. MAX_VALUEstatic UInt16UInt16. MIN_VALUEMethods in org.jivesoftware.smack.datatypes that return UInt16 Modifier and Type Method Description static UInt16UInt16. from(int number)UInt16UInt16. getMaxValue()UInt16UInt16. getMinValue()UInt16UInt16. incrementedByOne()Methods in org.jivesoftware.smack.datatypes with parameters of type UInt16 Modifier and Type Method Description intUInt16. compareTo(UInt16 o) -
Uses of UInt16 in org.jivesoftware.smack.tcp.rce
Fields in org.jivesoftware.smack.tcp.rce declared as UInt16 Modifier and Type Field Description protected UInt16SrvRemoteConnectionEndpoint. portMethods in org.jivesoftware.smack.tcp.rce that return UInt16 Modifier and Type Method Description UInt16IpTcpRemoteConnectionEndpoint. getPort()UInt16SrvRemoteConnectionEndpoint. getPort()Methods in org.jivesoftware.smack.tcp.rce with parameters of type UInt16 Modifier and Type Method Description static IpTcpRemoteConnectionEndpoint<InternetAddressRR<?>>IpTcpRemoteConnectionEndpoint. from(java.lang.CharSequence host, UInt16 port, java.net.InetAddress inetAddress)Constructors in org.jivesoftware.smack.tcp.rce with parameters of type UInt16 Constructor Description IpTcpRemoteConnectionEndpoint(java.lang.CharSequence host, UInt16 port, IARR internetAddressResourceRecord) -
Uses of UInt16 in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return UInt16 Modifier and Type Method Description static UInt16ParserUtils. getRequiredUInt16Attribute(XmlPullParser parser, java.lang.String name)static UInt16ParserUtils. getUInt16Attribute(XmlPullParser parser, java.lang.String name) -
Uses of UInt16 in org.jivesoftware.smack.util.rce
Methods in org.jivesoftware.smack.util.rce that return UInt16 Modifier and Type Method Description UInt16RemoteConnectionEndpoint. getPort() -
Uses of UInt16 in org.jivesoftware.smackx.bytestreams.ibb.packet
Methods in org.jivesoftware.smackx.bytestreams.ibb.packet that return UInt16 Modifier and Type Method Description UInt16DataPacketExtension. getSeq()Returns the sequence of this stanza in regard to the other data packets.Constructors in org.jivesoftware.smackx.bytestreams.ibb.packet with parameters of type UInt16 Constructor Description DataPacketExtension(java.lang.String sessionID, UInt16 seq, java.lang.String data)Creates a new In-Band Bytestream data packet. -
Uses of UInt16 in org.jivesoftware.smackx.mediaelement.element
Methods in org.jivesoftware.smackx.mediaelement.element that return UInt16 Modifier and Type Method Description UInt16MediaElement. getHeight()UInt16MediaElement. getWidth()Methods in org.jivesoftware.smackx.mediaelement.element with parameters of type UInt16 Modifier and Type Method Description MediaElement.BuilderMediaElement.Builder. setHeightAndWidth(UInt16 height, UInt16 width) -
Uses of UInt16 in org.jivesoftware.smackx.usertune.element
Methods in org.jivesoftware.smackx.usertune.element that return UInt16 Modifier and Type Method Description UInt16UserTuneElement. getLength()Methods in org.jivesoftware.smackx.usertune.element with parameters of type UInt16 Modifier and Type Method Description UserTuneElement.BuilderUserTuneElement.Builder. setLength(UInt16 length)Length is an optional element in UserTuneElement.
-