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.smack.websocket.rce This package contains websocket endpoint classes needed by the websocket transport.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 UInt16
AbstractXMPPConnection. port
The used port to establish the connection toprotected UInt16
ConnectionConfiguration. port
Methods in org.jivesoftware.smack that return UInt16 Modifier and Type Method Description UInt16
ConnectionConfiguration. getPort()
Methods in org.jivesoftware.smack with parameters of type UInt16 Modifier and Type Method Description B
ConnectionConfiguration.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 UInt16
UInt16. MAX_VALUE
static UInt16
UInt16. MIN_VALUE
Methods in org.jivesoftware.smack.datatypes that return UInt16 Modifier and Type Method Description static UInt16
UInt16. from(int number)
UInt16
UInt16. getMaxValue()
UInt16
UInt16. getMinValue()
UInt16
UInt16. incrementedByOne()
Methods in org.jivesoftware.smack.datatypes with parameters of type UInt16 Modifier and Type Method Description int
UInt16. 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 UInt16
SrvRemoteConnectionEndpoint. port
Methods in org.jivesoftware.smack.tcp.rce that return UInt16 Modifier and Type Method Description UInt16
IpTcpRemoteConnectionEndpoint. getPort()
UInt16
SrvRemoteConnectionEndpoint. getPort()
Methods in org.jivesoftware.smack.tcp.rce with parameters of type UInt16 Modifier and Type Method Description static IpTcpRemoteConnectionEndpoint<InternetAddressRR<?>>
IpTcpRemoteConnectionEndpoint. from(CharSequence host, UInt16 port, InetAddress inetAddress)
Constructors in org.jivesoftware.smack.tcp.rce with parameters of type UInt16 Constructor Description IpTcpRemoteConnectionEndpoint(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 UInt16
ParserUtils. getRequiredUInt16Attribute(XmlPullParser parser, String name)
static UInt16
ParserUtils. getUInt16Attribute(XmlPullParser parser, 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 UInt16
RemoteConnectionEndpoint. getPort()
-
Uses of UInt16 in org.jivesoftware.smack.websocket.rce
Methods in org.jivesoftware.smack.websocket.rce that return UInt16 Modifier and Type Method Description UInt16
WebSocketRemoteConnectionEndpoint. 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 UInt16
DataPacketExtension. 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(String sessionID, UInt16 seq, 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 UInt16
MediaElement. getHeight()
UInt16
MediaElement. getWidth()
Methods in org.jivesoftware.smackx.mediaelement.element with parameters of type UInt16 Modifier and Type Method Description MediaElement.Builder
MediaElement.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 UInt16
UserTuneElement. getLength()
Methods in org.jivesoftware.smackx.usertune.element with parameters of type UInt16 Modifier and Type Method Description UserTuneElement.Builder
UserTuneElement.Builder. setLength(UInt16 length)
Length is an optional element in UserTuneElement.
-