| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.iqrequest | |
| org.jivesoftware.smack.packet |
XML packets that are part of the XMPP protocol.
|
| org.jivesoftware.smackx.pubsub | |
| org.jivesoftware.smackx.pubsub.packet |
| Modifier and Type | Method and Description |
|---|---|
IQRequestHandler |
XMPPConnection.unregisterIQRequestHandler(String element,
String namespace,
IQ.Type type)
Unregister an IQ request handler with this connection.
|
IQRequestHandler |
AbstractXMPPConnection.unregisterIQRequestHandler(String element,
String namespace,
IQ.Type type) |
| Modifier and Type | Method and Description |
|---|---|
IQ.Type |
AbstractIqRequestHandler.getType() |
IQ.Type |
IQRequestHandler.getType() |
| Constructor and Description |
|---|
AbstractIqRequestHandler(String element,
String namespace,
IQ.Type type,
IQRequestHandler.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
static IQ.Type |
IQ.Type.fromString(String string)
Converts a String into the corresponding types.
|
IQ.Type |
IQ.getType()
Returns the type of the IQ packet.
|
static IQ.Type |
IQ.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IQ.Type[] |
IQ.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQ.setType(IQ.Type type)
Sets the type of the IQ packet.
|
| Modifier and Type | Method and Description |
|---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
ExtensionElement ext) |
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
ExtensionElement ext,
PubSubNamespace ns) |
| Modifier and Type | Method and Description |
|---|---|
static PubSub |
PubSub.createPubsubPacket(String to,
IQ.Type type,
ExtensionElement extension,
PubSubNamespace ns) |
| Constructor and Description |
|---|
PubSub(String to,
IQ.Type type,
PubSubNamespace ns) |