OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socks5Server
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5ClientForInitiator.java
69
Socks5Proxy
socks5Server
= Socks5Proxy.getSocks5Proxy();
70
socket =
socks5Server
.getSocket(this.digest);
Socks5Proxy.java
72
private static Socks5Proxy
socks5Server
;
113
if (
socks5Server
== null) {
114
socks5Server
= new Socks5Proxy();
117
socks5Server
.start();
119
return
socks5Server
;
Socks5BytestreamManager.java
645
Socks5Proxy
socks5Server
= Socks5Proxy.getSocks5Proxy();
647
if (
socks5Server
.isRunning()) {
648
List<String> addresses =
socks5Server
.getLocalAddresses();
649
int port =
socks5Server
.getPort();
Completed in 1104 milliseconds