public class ConnectionEvent
extends tigase.jaxmpp.core.client.observer.BaseEvent
| Constructor and Description |
|---|
ConnectionEvent(tigase.jaxmpp.core.client.observer.EventType type,
tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session) |
ConnectionEvent(tigase.jaxmpp.core.client.observer.EventType type,
tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession |
getConnectionSession() |
Socket |
getSocket() |
public ConnectionEvent(tigase.jaxmpp.core.client.observer.EventType type,
tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
Socket socket)
public ConnectionEvent(tigase.jaxmpp.core.client.observer.EventType type,
tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session)
public Socket getSocket()
public tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession getConnectionSession()
Copyright © 2006–2014 Tigase. All rights reserved.