Searched refs:authenticate (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | SocksSocketImpl.java | 73 private boolean authenticate( in authenticate() method in SocksSocketImpl 79 private boolean authenticate( in authenticate() method in SocksSocketImpl
|
/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 480 if (!authenticate(data[1], in, out, deadlineMillis)) { in connect()
|