Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
F
FaultTolerantNegotiator
- Class in
org.jivesoftware.smackx.filetransfer
The fault tolerant negotiator takes two stream negotiators, the primary and the secondary negotiator.
FaultTolerantNegotiator(Connection, StreamNegotiator, StreamNegotiator)
- Constructor for class org.jivesoftware.smackx.filetransfer.
FaultTolerantNegotiator
feature_not_implemented
- Static variable in class org.jivesoftware.smack.packet.
XMPPError.Condition
FileTransfer
- Class in
org.jivesoftware.smackx.filetransfer
Contains the generic file information and progress related to a particular file transfer.
FileTransfer.Error
- Enum in
org.jivesoftware.smackx.filetransfer
FileTransfer.Status
- Enum in
org.jivesoftware.smackx.filetransfer
A class to represent the current status of the file transfer.
FileTransferListener
- Interface in
org.jivesoftware.smackx.filetransfer
File transfers can cause several events to be raised.
FileTransferManager
- Class in
org.jivesoftware.smackx.filetransfer
The file transfer manager class handles the sending and recieving of files.
FileTransferManager(Connection)
- Constructor for class org.jivesoftware.smackx.filetransfer.
FileTransferManager
Creates a file transfer manager to initiate and receive file transfers.
FileTransferNegotiator
- Class in
org.jivesoftware.smackx.filetransfer
Manages the negotiation of file transfers according to JEP-0096.
FileTransferNegotiatorTest
- Class in
org.jivesoftware.smackx.filetransfer
FileTransferNegotiatorTest()
- Constructor for class org.jivesoftware.smackx.filetransfer.
FileTransferNegotiatorTest
fileTransferRequest(FileTransferRequest)
- Method in interface org.jivesoftware.smackx.filetransfer.
FileTransferListener
A request to send a file has been recieved from another user.
FileTransferRequest
- Class in
org.jivesoftware.smackx.filetransfer
A request to send a file recieved from another user.
FileTransferRequest(FileTransferManager, StreamInitiation)
- Constructor for class org.jivesoftware.smackx.filetransfer.
FileTransferRequest
A recieve request is constructed from the Stream Initiation request received from the initator.
FileTransferTest
- Class in
org.jivesoftware.smackx
FileTransferTest(String)
- Constructor for class org.jivesoftware.smackx.
FileTransferTest
FloodTest
- Class in
org.jivesoftware.smack
Simple test to measure server performance.
FloodTest(String)
- Constructor for class org.jivesoftware.smack.
FloodTest
flush()
- Method in class org.jivesoftware.smack.util.
ObservableWriter
flushBase64()
- Method in class org.jivesoftware.smack.util.
Base64.OutputStream
Method added by PHIL.
forbidden
- Static variable in class org.jivesoftware.smack.packet.
XMPPError.Condition
forDefaultProxy()
- Static method in class org.jivesoftware.smack.proxy.
ProxyInfo
forHttpProxy(String, int, String, String)
- Static method in class org.jivesoftware.smack.proxy.
ProxyInfo
Form
- Class in
org.jivesoftware.smackx
Represents a Form for gathering data.
Form(DataForm)
- Constructor for class org.jivesoftware.smackx.
Form
Creates a new Form that will wrap an existing DataForm.
Form(String)
- Constructor for class org.jivesoftware.smackx.
Form
Creates a new Form of a given type from scratch.
formatXEP0082Date(Date)
- Static method in class org.jivesoftware.smack.util.
StringUtils
Formats a Date into a XEP-0082 - XMPP Date and Time Profiles string.
FormField
- Class in
org.jivesoftware.smackx
Represents a field of a form.
FormField(String)
- Constructor for class org.jivesoftware.smackx.
FormField
Creates a new FormField with the variable name that uniquely identifies the field in the context of the form.
FormField()
- Constructor for class org.jivesoftware.smackx.
FormField
Creates a new FormField of type FIXED.
FormField.Option
- Class in
org.jivesoftware.smackx
Represents the available option of a given FormField.
FormField.Option(String)
- Constructor for class org.jivesoftware.smackx.
FormField.Option
FormField.Option(String, String)
- Constructor for class org.jivesoftware.smackx.
FormField.Option
FormNode
- Class in
org.jivesoftware.smackx.pubsub
Generic packet extension which represents any pubsub form that is parsed from the incoming stream or being sent out to the server.
FormNode(FormNodeType, Form)
- Constructor for class org.jivesoftware.smackx.pubsub.
FormNode
Create a
FormNode
which contains the specified form.
FormNode(FormNodeType, String, Form)
- Constructor for class org.jivesoftware.smackx.pubsub.
FormNode
Create a
FormNode
which contains the specified form, which is associated with the specified node.
FormNodeProvider
- Class in
org.jivesoftware.smackx.pubsub.provider
Parses one of several elements used in pubsub that contain a form of some kind as a child element.
FormNodeProvider()
- Constructor for class org.jivesoftware.smackx.pubsub.provider.
FormNodeProvider
FormNodeType
- Enum in
org.jivesoftware.smackx.pubsub
The types of forms supported by the pubsub specification.
FormTest
- Class in
org.jivesoftware.smackx
Tests the DataForms extensions.
FormTest(String)
- Constructor for class org.jivesoftware.smackx.
FormTest
FormType
- Enum in
org.jivesoftware.smackx.pubsub
Defines the allowable types for a
Form
forNoProxy()
- Static method in class org.jivesoftware.smack.proxy.
ProxyInfo
forSocks4Proxy(String, int, String, String)
- Static method in class org.jivesoftware.smack.proxy.
ProxyInfo
forSocks5Proxy(String, int, String, String)
- Static method in class org.jivesoftware.smack.proxy.
ProxyInfo
FromContainsFilter
- Class in
org.jivesoftware.smack.filter
Filters for packets where the "from" field contains a specified value.
FromContainsFilter(String)
- Constructor for class org.jivesoftware.smack.filter.
FromContainsFilter
Creates a "from" contains filter using the "from" field part.
FromContainsFilterTest
- Class in
org.jivesoftware.smack.filter
A test case for the FromContainsFilter class.
FromContainsFilterTest()
- Constructor for class org.jivesoftware.smack.filter.
FromContainsFilterTest
FromMatchesFilter
- Class in
org.jivesoftware.smack.filter
Filter for packets where the "from" field exactly matches a specified JID.
FromMatchesFilter(String)
- Constructor for class org.jivesoftware.smack.filter.
FromMatchesFilter
Creates a "from" filter using the "from" field part.
FromMatchesFilterTest
- Class in
org.jivesoftware.smack.filters
FromMatchesFilterTest()
- Constructor for class org.jivesoftware.smack.filters.
FromMatchesFilterTest
fromName(String)
- Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.
Bytestream.Mode
fromString(String)
- Static method in class org.jivesoftware.smack.packet.
IQ.Type
Converts a String into the corresponding types.
fromString(String)
- Static method in enum org.jivesoftware.smack.packet.
Message.Type
fromString(String)
- Static method in class org.jivesoftware.smack.packet.
RosterPacket.ItemStatus
fromString(String)
- Static method in class org.jivesoftware.smackx.workgroup.agent.
WorkgroupQueue.Status
Converts a String into the corresponding status.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X