public static class ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<ConnectionManager.ConnectionEstablishedHandler>
| Constructor and Description |
|---|
ConnectionEstablishedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession connectionSession,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ConnectionManager.ConnectionEstablishedHandler handler) |
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession |
getConnectionSession() |
Socket |
getSocket() |
void |
setConnectionSession(tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession connectionSession) |
void |
setSocket(Socket socket) |
public ConnectionEstablishedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession connectionSession,
Socket socket)
protected void dispatch(ConnectionManager.ConnectionEstablishedHandler handler) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<ConnectionManager.ConnectionEstablishedHandler>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession getConnectionSession()
public Socket getSocket()
public void setConnectionSession(tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession connectionSession)
public void setSocket(Socket socket)
Copyright © 2006–2017 Tigase. All rights reserved.