Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ wrap
Method
wrap
core/src/main/java/io/grpc/internal/UriWrapper.java:29–29 ·
view source on GitHub ↗
(URI uri)
Source
from the content-addressed store, hash-verified
27
interface
UriWrapper {
28
29
static
UriWrapper wrap(URI uri) {
30
return
new
JavaNetUriWrapper(uri);
31
}
32
Callers
15
createChannel
Method · 0.65
startCallBeforeNameResolution
Method · 0.65
newCallWithConfigSelector
Method · 0.65
validAuthorityTarget_overrideAuthority
Method · 0.65
validTargetNoResolver_throws
Method · 0.65
testValidTarget
Method · 0.65
setUp
Method · 0.65
createChannel
Method · 0.65
compressed
Method · 0.65
dontCompressIfNoEncoding
Method · 0.65
dontCompressIfNotRequested
Method · 0.65
testValidTarget
Method · 0.65
Implementers
2
JavaNetUriWrapper
core/src/main/java/io/grpc/internal/Ur
IoGrpcUriWrapper
core/src/main/java/io/grpc/internal/Ur
Calls
no outgoing calls
Tested by
15
createChannel
Method · 0.52
startCallBeforeNameResolution
Method · 0.52
newCallWithConfigSelector
Method · 0.52
validAuthorityTarget_overrideAuthority
Method · 0.52
validTargetNoResolver_throws
Method · 0.52
testValidTarget
Method · 0.52
setUp
Method · 0.52
createChannel
Method · 0.52
compressed
Method · 0.52
dontCompressIfNoEncoding
Method · 0.52
dontCompressIfNotRequested
Method · 0.52
testValidTarget
Method · 0.52