| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.debugger |
Core debugger functionality.
|
| org.jivesoftware.smack.keepalive | |
| org.jivesoftware.smack.util |
Utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMPPConnection
Creates a socket connection to a XMPP server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionCreationListener.connectionCreated(Connection connection)
Notification that a new connection has been created.
|
| Constructor and Description |
|---|
PacketCollector(Connection conection,
PacketFilter packetFilter)
Creates a new packet collector.
|
PacketCollector(Connection conection,
PacketFilter packetFilter,
int maxSize)
Creates a new packet collector.
|
| Constructor and Description |
|---|
ConsoleDebugger(Connection connection,
Writer writer,
Reader reader) |
LiteDebugger(Connection connection,
Writer writer,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
static KeepAliveManager |
KeepAliveManager.getInstanceFor(Connection connection)
Retrieves a
KeepAliveManager for the specified Connection
, creating one if it doesn't already exist. |
| Modifier and Type | Method and Description |
|---|---|
static org.xmpp.packet.Packet |
SyncPacketSend.getReply(Connection connection,
org.xmpp.packet.Packet packet) |
static org.xmpp.packet.Packet |
SyncPacketSend.getReply(Connection connection,
org.xmpp.packet.Packet packet,
long timeout) |
Copyright © 2014. All Rights Reserved.