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

Method getSoTimeout

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

Source from the content-addressed store, hash-verified

182 }
183
184 @Override
185 public int getSoTimeout() throws SocketException {
186 try {
187 return localSocket.getSoTimeout();
188 } catch (IOException e) {
189 throw toSocketException(e);
190 }
191 }
192
193 @Override
194 public boolean getTcpNoDelay() {

Callers 1

getSocketOptionsMethod · 0.80

Calls 1

toSocketExceptionMethod · 0.95

Tested by

no test coverage detected