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

Method getScheme

core/src/main/java/io/grpc/internal/UriWrapper.java:41–41  ·  view source on GitHub ↗

Returns the scheme component of this URI, e.g. "http", "mailto" or "dns".

()

Source from the content-addressed store, hash-verified

39
40 /** Returns the scheme component of this URI, e.g. "http", "mailto" or "dns". */
41 String getScheme();
42
43 /**
44 * Returns the authority component of this URI, e.g. "google.com", "127.0.0.1:8080", or null if

Callers 15

removePortMethod · 0.65
removePortMethod · 0.65
createChannelMethod · 0.65
testValidTargetMethod · 0.65
newNameResolverMethod · 0.65
setUpMethod · 0.65
createChannelMethod · 0.65
testValidTargetMethod · 0.65
newNameResolverMethod · 0.65
getSchemeMethod · 0.65
getSchemeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls