OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inetSocketAddress
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Route.java
18
import java.net.
InetSocketAddress
;
39
final
InetSocketAddress
inetSocketAddress
;
42
public Route(Address address, Proxy proxy,
InetSocketAddress
inetSocketAddress
,
46
if (
inetSocketAddress
== null) throw new NullPointerException("
inetSocketAddress
== null");
49
this.
inetSocketAddress
=
inetSocketAddress
;
68
/** Returns the {@link
InetSocketAddress
} of this route. *
[
all
...]
Connection.java
152
Platform.get().connectSocket(socket, route.
inetSocketAddress
, connectTimeout);
Completed in 111 milliseconds