MCPcopy 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

27interface UriWrapper {
28
29 static UriWrapper wrap(URI uri) {
30 return new JavaNetUriWrapper(uri);
31 }
32

Callers 15

createChannelMethod · 0.65
testValidTargetMethod · 0.65
setUpMethod · 0.65
createChannelMethod · 0.65
compressedMethod · 0.65
testValidTargetMethod · 0.65

Implementers 2

JavaNetUriWrappercore/src/main/java/io/grpc/internal/Ur
IoGrpcUriWrappercore/src/main/java/io/grpc/internal/Ur

Calls

no outgoing calls

Tested by 15

createChannelMethod · 0.52
testValidTargetMethod · 0.52
setUpMethod · 0.52
createChannelMethod · 0.52
compressedMethod · 0.52
testValidTargetMethod · 0.52