Uses of Class
org.jivesoftware.smack.XMPPConnection

Packages that use XMPPConnection
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.debugger Core debugger functionality. 
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.bookmark   
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.debugger Smack optional Debuggers. 
org.jivesoftware.smackx.filetransfer   
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.search   
org.jivesoftware.smackx.workgroup.agent   
org.jivesoftware.smackx.workgroup.user   
 

Uses of XMPPConnection in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack with parameters of type XMPPConnection
 void ConnectionCreationListener.connectionCreated(XMPPConnection connection)
          Notification that a new connection has been created.
static PrivacyListManager PrivacyListManager.getInstanceFor(XMPPConnection connection)
          Returns the PrivacyListManager instance associated with a given XMPPConnection.
 

Constructors in org.jivesoftware.smack with parameters of type XMPPConnection
AccountManager(XMPPConnection connection)
          Creates a new AccountManager instance.
 

Uses of XMPPConnection in org.jivesoftware.smack.debugger
 

Constructors in org.jivesoftware.smack.debugger with parameters of type XMPPConnection
ConsoleDebugger(XMPPConnection connection, Writer writer, Reader reader)
           
LiteDebugger(XMPPConnection connection, Writer writer, Reader reader)
           
 

Uses of XMPPConnection in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx with parameters of type XMPPConnection
static ChatStateManager ChatStateManager.getInstance(XMPPConnection connection)
          Returns the ChatStateManager related to the XMPPConnection and it will create one if it does not yet exist.
static ServiceDiscoveryManager ServiceDiscoveryManager.getInstanceFor(XMPPConnection connection)
          Returns the ServiceDiscoveryManager instance associated with a given XMPPConnection.
static LastActivity LastActivityManager.getLastActivity(XMPPConnection con, String jid)
          Returns the last activity of a particular jid.
static List SharedGroupManager.getSharedGroups(XMPPConnection connection)
          Returns the collection that will contain the name of the shared groups where the user logged in with the specified session belongs.
static boolean XHTMLManager.isServiceEnabled(XMPPConnection connection)
          Returns true if the XHTML support is enabled for the given connection.
static boolean XHTMLManager.isServiceEnabled(XMPPConnection connection, String userID)
          Returns true if the specified user handles XHTML messages.
static void MultipleRecipientManager.reply(XMPPConnection connection, Message original, Message reply)
          Sends a reply to a previously received packet that was sent to multiple recipients.
static void MultipleRecipientManager.send(XMPPConnection connection, Packet packet, List to, List cc, List bcc)
          Sends the specified packet to the list of specified recipients using the specified connection.
static void MultipleRecipientManager.send(XMPPConnection connection, Packet packet, List to, List cc, List bcc, String replyTo, String replyRoom, boolean noReply)
          Sends the specified packet to the list of specified recipients using the specified connection.
static void XHTMLManager.setServiceEnabled(XMPPConnection connection, boolean enabled)
          Enables or disables the XHTML support on a given connection.
 

Constructors in org.jivesoftware.smackx with parameters of type XMPPConnection
MessageEventManager(XMPPConnection con)
          Creates a new message event manager.
OfflineMessageManager(XMPPConnection connection)
           
PEPManager(XMPPConnection connection)
          Creates a new PEP exchange manager.
PrivateDataManager(XMPPConnection connection)
          Creates a new private data manager.
PrivateDataManager(XMPPConnection connection, String user)
          Creates a new private data manager for a specific user (special case).
RosterExchangeManager(XMPPConnection con)
          Creates a new roster exchange manager.
ServiceDiscoveryManager(XMPPConnection connection)
          Creates a new ServiceDiscoveryManager for a given XMPPConnection.
 

Uses of XMPPConnection in org.jivesoftware.smackx.bookmark
 

Methods in org.jivesoftware.smackx.bookmark with parameters of type XMPPConnection
static BookmarkManager BookmarkManager.getBookmarkManager(XMPPConnection connection)
          Returns the BookmarkManager for a connection, if it doesn't exist it is created.
 

Uses of XMPPConnection in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands with parameters of type XMPPConnection
static AdHocCommandManager AdHocCommandManager.getAddHocCommandsManager(XMPPConnection connection)
          Returns the AdHocCommandManager related to the connection.
 

Constructors in org.jivesoftware.smackx.commands with parameters of type XMPPConnection
RemoteCommand(XMPPConnection connection, String node, String jid)
          Creates a new RemoteCommand that uses an specific connection to execute a command identified by node in the host identified by jid
 

Uses of XMPPConnection in org.jivesoftware.smackx.debugger
 

Constructors in org.jivesoftware.smackx.debugger with parameters of type XMPPConnection
EnhancedDebugger(XMPPConnection connection, Writer writer, Reader reader)
           
 

Uses of XMPPConnection in org.jivesoftware.smackx.filetransfer
 

Methods in org.jivesoftware.smackx.filetransfer with parameters of type XMPPConnection
static FileTransferNegotiator FileTransferNegotiator.getInstanceFor(XMPPConnection connection)
          Returns the file transfer negotiator related to a particular connection.
static boolean FileTransferNegotiator.isServiceEnabled(XMPPConnection connection)
          Checks to see if all file transfer related services are enabled on the connection.
static void FileTransferNegotiator.setServiceEnabled(XMPPConnection connection, boolean isEnabled)
          Enable the Jabber services related to file transfer on the particular connection.
 

Constructors in org.jivesoftware.smackx.filetransfer with parameters of type XMPPConnection
FaultTolerantNegotiator(XMPPConnection connection, StreamNegotiator primary, StreamNegotiator secondary)
           
FileTransferManager(XMPPConnection connection)
          Creates a file transfer manager to initiate and receive file transfers.
IBBTransferNegotiator(XMPPConnection connection)
          The default constructor for the In-Band Bystream Negotiator.
Socks5TransferNegotiator(Socks5TransferNegotiatorManager transferNegotiatorManager, XMPPConnection connection)
           
Socks5TransferNegotiatorManager(XMPPConnection connection)
           
 

Uses of XMPPConnection in org.jivesoftware.smackx.muc
 

Methods in org.jivesoftware.smackx.muc with parameters of type XMPPConnection
static void MultiUserChat.addInvitationListener(XMPPConnection conn, InvitationListener listener)
          Adds a listener to invitation notifications.
static void MultiUserChat.decline(XMPPConnection conn, String room, String inviter, String reason)
          Informs the sender of an invitation that the invitee declines the invitation.
static Collection<HostedRoom> MultiUserChat.getHostedRooms(XMPPConnection connection, String serviceName)
          Returns a collection of HostedRooms where each HostedRoom has the XMPP address of the room and the room's name.
static Iterator<String> MultiUserChat.getJoinedRooms(XMPPConnection connection, String user)
          Returns an Iterator on the rooms where the requested user has joined.
static RoomInfo MultiUserChat.getRoomInfo(XMPPConnection connection, String room)
          Returns the discovered information of a given room without actually having to join the room.
static Collection<String> MultiUserChat.getServiceNames(XMPPConnection connection)
          Returns a collection with the XMPP addresses of the Multi-User Chat services.
 void InvitationListener.invitationReceived(XMPPConnection conn, String room, String inviter, String reason, String password, Message message)
          Called when the an invitation to join a MUC room is received.
static boolean MultiUserChat.isServiceEnabled(XMPPConnection connection, String user)
          Returns true if the specified user supports the Multi-User Chat protocol.
static void MultiUserChat.removeInvitationListener(XMPPConnection conn, InvitationListener listener)
          Removes a listener to invitation notifications.
 

Constructors in org.jivesoftware.smackx.muc with parameters of type XMPPConnection
MultiUserChat(XMPPConnection connection, String room)
          Creates a new multi user chat with the specified connection and room name.
 

Uses of XMPPConnection in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet with parameters of type XMPPConnection
static LastActivity LastActivity.getLastActivity(XMPPConnection con, String jid)
          Deprecated. This method only retreives the lapsed time since the last logout of a particular jid. Replaced by getLastActivity
 void VCard.load(XMPPConnection connection)
          Load VCard information for a connected user.
 void VCard.load(XMPPConnection connection, String user)
          Load VCard information for a given user.
 void VCard.save(XMPPConnection connection)
          Save this vCard for the user connected by 'connection'.
 

Uses of XMPPConnection in org.jivesoftware.smackx.search
 

Methods in org.jivesoftware.smackx.search with parameters of type XMPPConnection
 Form UserSearch.getSearchForm(XMPPConnection con, String searchService)
          Returns the form for all search fields supported by the search service.
 ReportedData UserSearch.sendSearchForm(XMPPConnection con, Form searchForm, String searchService)
          Sends the filled out answer form to be sent and queried by the search service.
 ReportedData UserSearch.sendSimpleSearchForm(XMPPConnection con, Form searchForm, String searchService)
          Sends the filled out answer form to be sent and queried by the search service.
 

Constructors in org.jivesoftware.smackx.search with parameters of type XMPPConnection
UserSearchManager(XMPPConnection con)
          Creates a new UserSearchManager.
 

Uses of XMPPConnection in org.jivesoftware.smackx.workgroup.agent
 

Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type XMPPConnection
 GenericSettings AgentSession.getGenericSettings(XMPPConnection con, String query)
          Returns the generic metadata of the workgroup the agent belongs to.
static Collection Agent.getWorkgroups(String serviceJID, String agentJID, XMPPConnection connection)
           
 boolean AgentSession.hasMonitorPrivileges(XMPPConnection con)
           
 void AgentSession.makeRoomOwner(XMPPConnection con, String sessionID)
           
 void OfferConfirmation.notifyService(XMPPConnection con, String workgroup, String createdRoomName)
           
 

Constructors in org.jivesoftware.smackx.workgroup.agent with parameters of type XMPPConnection
AgentSession(String workgroupJID, XMPPConnection connection)
          Constructs a new agent session instance.
TranscriptManager(XMPPConnection connection)
           
TranscriptSearchManager(XMPPConnection connection)
           
 

Uses of XMPPConnection in org.jivesoftware.smackx.workgroup.user
 

Constructors in org.jivesoftware.smackx.workgroup.user with parameters of type XMPPConnection
Workgroup(String workgroupJID, XMPPConnection connection)
          Creates a new workgroup instance using the specified workgroup JID (eg support@workgroup.example.com) and XMPP connection.
 



Copyright © 2013 LittleShoot. All Rights Reserved.