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

Method setSoLinger

android/src/main/java/io/grpc/android/UdsSocket.java:271–274  ·  view source on GitHub ↗
(boolean on, int linger)

Source from the content-addressed store, hash-verified

269 }
270
271 @Override
272 public void setSoLinger(boolean on, int linger) {
273 throw new UnsupportedOperationException("Unsupported operation setSoLinger()");
274 }
275
276 @Override
277 public void setSoTimeout(int timeout) throws SocketException {

Callers 1

getSocketOptionsMethod · 0.80

Calls

no outgoing calls

Tested by 1

getSocketOptionsMethod · 0.64