OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addStreamHost
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
BytestreamsProvider.java
62
toReturn.
addStreamHost
(JID, host);
65
toReturn.
addStreamHost
(JID, host, Integer.parseInt(port));
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java
106
public StreamHost
addStreamHost
(final String JID, final String address) {
107
return
addStreamHost
(JID, address, 0);
118
public StreamHost
addStreamHost
(final String JID, final String address, final int port) {
121
addStreamHost
(host);
131
public void
addStreamHost
(final StreamHost host) {
Completed in 1231 milliseconds