public static class Socks5BytestreamsModule.StreamhostsHandler.StreamhostsEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<Socks5BytestreamsModule.StreamhostsHandler>
| Constructor and Description |
|---|
StreamhostsEvent(tigase.jaxmpp.core.client.SessionObject sessionObject) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(Socks5BytestreamsModule.StreamhostsHandler handler) |
tigase.jaxmpp.core.client.JID |
getFrom() |
List<Streamhost> |
getHosts() |
String |
getId() |
String |
getSid() |
void |
setFrom(tigase.jaxmpp.core.client.JID from) |
void |
setHosts(List<Streamhost> hosts) |
void |
setId(String id) |
void |
setSid(String sid) |
public StreamhostsEvent(tigase.jaxmpp.core.client.SessionObject sessionObject)
protected void dispatch(Socks5BytestreamsModule.StreamhostsHandler handler) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<Socks5BytestreamsModule.StreamhostsHandler>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.JID getFrom()
public List<Streamhost> getHosts()
public String getId()
public String getSid()
public void setFrom(tigase.jaxmpp.core.client.JID from)
public void setHosts(List<Streamhost> hosts)
public void setId(String id)
public void setSid(String sid)
Copyright © 2006–2016 Tigase. All rights reserved.