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

Method getChannel

android/src/main/java/io/grpc/android/UdsSocket.java:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 @Override
92 public SocketChannel getChannel() {
93 throw new UnsupportedOperationException("getChannel() not supported");
94 }
95
96 @Override
97 public InetAddress getInetAddress() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected