OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connectdetail
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/libcore/io/
IoBridge.java
126
throw new ConnectException(
connectDetail
(inetAddress, port, timeoutMs, errnoException), errnoException);
172
throw new SocketTimeoutException(
connectDetail
(inetAddress, port, timeoutMs, null));
178
private static String
connectDetail
(InetAddress inetAddress, int port, int timeoutMs, ErrnoException cause) {
233
String detail =
connectDetail
(inetAddress, port, timeoutMs, cause);
Completed in 106 milliseconds