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

Method bind

android/src/main/java/io/grpc/android/UdsSocket.java:61–64  ·  view source on GitHub ↗
(SocketAddress bindpoint)

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public void bind(SocketAddress bindpoint) {
63 // no-op
64 }
65
66 @Override
67 public synchronized void close() throws IOException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected