MCPcopy Create free account
hub / github.com/grpc/grpc-java / connect

Method connect

android/src/main/java/io/grpc/android/UdsSocket.java:81–84  ·  view source on GitHub ↗
(SocketAddress endpoint)

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public void connect(SocketAddress endpoint) throws IOException {
83 localSocket.connect(localSocketAddress);
84 }
85
86 @Override
87 public void connect(SocketAddress endpoint, int timeout) throws IOException {

Callers 8

runMethod · 0.45
shutDownMethod · 0.45
createAndConnectMethod · 0.45
runMethod · 0.45
createMethod · 0.45
MockSocketMethod · 0.45
connectSocketMethod · 0.45
connectSocketMethod · 0.45

Calls

no outgoing calls

Tested by 5

runMethod · 0.36
shutDownMethod · 0.36
runMethod · 0.36
createMethod · 0.36
MockSocketMethod · 0.36