Searched defs:streamHost (Results 1 – 3 of 3) sorted by relevance
42 protected StreamHost streamHost; field in Socks5Client53 public Socks5Client(StreamHost streamHost, String digest) { in Socks5Client()
55 public Socks5ClientForInitiator(StreamHost streamHost, String digest, Connection connection, in Socks5ClientForInitiator()
654 StreamHost streamHost = new StreamHost(this.connection.getUser(), address); in getLocalStreamHost() local