Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ setKeepAlive
Method
setKeepAlive
android/src/main/java/io/grpc/android/UdsSocket.java:233–236 ·
view source on GitHub ↗
(boolean on)
Source
from the content-addressed store, hash-verified
231
}
232
233
@Override
234
public
void
setKeepAlive(boolean on) {
235
throw
new
UnsupportedOperationException(
"Unsupported operation setKeepAlive()"
);
236
}
237
238
@Override
239
public
void
setOOBInline(boolean on) {
Callers
1
getSocketOptions
Method · 0.80
Calls
no outgoing calls
Tested by
1
getSocketOptions
Method · 0.64