public static class ConnectionManager.ConnectionEstablishedHandler.ConnectionEstablishedEvent extends JaxmppEvent<ConnectionManager.ConnectionEstablishedHandler>
sessionObject| Constructor and Description |
|---|
ConnectionEstablishedEvent(SessionObject sessionObject,
ConnectionSession connectionSession,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ConnectionManager.ConnectionEstablishedHandler handler)
Invokes handlers method.
|
ConnectionSession |
getConnectionSession() |
Socket |
getSocket() |
void |
setConnectionSession(ConnectionSession connectionSession) |
void |
setSocket(Socket socket) |
getSessionObjectpublic ConnectionEstablishedEvent(SessionObject sessionObject, ConnectionSession connectionSession, Socket socket)
protected void dispatch(ConnectionManager.ConnectionEstablishedHandler handler) throws JaxmppException
Eventdispatch in class Event<ConnectionManager.ConnectionEstablishedHandler>handler - handlerJaxmppExceptionpublic ConnectionSession getConnectionSession()
public Socket getSocket()
public void setConnectionSession(ConnectionSession connectionSession)
public void setSocket(Socket socket)
Copyright © 2006–2016 Tigase. All rights reserved.