Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ getLocalPort
Method
getLocalPort
android/src/main/java/io/grpc/android/UdsSocket.java:121–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
@Override
122
public
int
getLocalPort() {
123
throw
new
UnsupportedOperationException(
"Unsupported operation getLocalPort()"
);
124
}
125
126
@Override
127
public
SocketAddress getLocalSocketAddress() {
Callers
15
init
Method · 0.80
start
Method · 0.80
getPort
Method · 0.80
pickUnusedPort
Method · 0.80
sslSocketFactoryFrom_tls_customRoots
Method · 0.80
sslSocketFactoryFrom_tls_mtls
Method · 0.80
sslSocketFactoryFrom_tls_mtls_keyFile
Method · 0.80
proxy_200
Method · 0.80
proxy_500
Method · 0.80
proxy_immediateServerClose
Method · 0.80
proxy_serverHangs
Method · 0.80
pickUnusedPort
Method · 0.80
Calls
no outgoing calls
Tested by
15
init
Method · 0.64
start
Method · 0.64
getPort
Method · 0.64
pickUnusedPort
Method · 0.64
sslSocketFactoryFrom_tls_customRoots
Method · 0.64
sslSocketFactoryFrom_tls_mtls
Method · 0.64
sslSocketFactoryFrom_tls_mtls_keyFile
Method · 0.64
proxy_200
Method · 0.64
proxy_500
Method · 0.64
proxy_immediateServerClose
Method · 0.64
proxy_serverHangs
Method · 0.64
startServer
Method · 0.64