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 |
|---|---|
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)
public 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 void setFrom(tigase.jaxmpp.core.client.JID from)
public List<Streamhost> getHosts()
public void setHosts(List<Streamhost> hosts)
public String getId()
public void setId(String id)
public String getSid()
public void setSid(String sid)
Copyright © 2006–2022 Tigase. All rights reserved.