Searched refs:authenticate (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | SocksSocketImpl.java | 138 private boolean authenticate(byte method, InputStream in, in authenticate() method in SocksSocketImpl 140 return authenticate(method, in, out, 0L); in authenticate() 143 private boolean authenticate(byte method, InputStream in, in authenticate() method in SocksSocketImpl 400 if (!authenticate(data[1], in, out, deadlineMillis)) { in connect() 717 if (!authenticate(data[1], in, out)) { in socksBind()
|