public final class StreamHost extends Object
<streamhost/> element.| Constructor and Description |
|---|
StreamHost(Jid jid,
String host,
int port)
Creates a
<streamhost/> element. |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets the IP address or DNS domain name of the StreamHost for SOCKS5 communication over TCP.
|
Jid |
getJid()
Gets the JabberID of the StreamHost for communication over XMPP.
|
int |
getPort()
Get the port on which to connect for SOCKS5 communication over TCP.
|
public final String getHost()
public final Jid getJid()
public final int getPort()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.