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

Method setRawUserInfo

api/src/main/java/io/grpc/Uri.java:885–890  ·  view source on GitHub ↗
(String userInfo)

Source from the content-addressed store, hash-verified

883 }
884
885 @CanIgnoreReturnValue
886 Builder setRawUserInfo(String userInfo) {
887 checkPercentEncodedArg(userInfo, "userInfo", userInfoChars);
888 this.userInfo = userInfo;
889 return this;
890 }
891
892 /**
893 * Specifies the "host" component of the new URI in its "registered name" form (usually DNS),

Callers 1

setRawAuthorityMethod · 0.95

Calls 1

Tested by

no test coverage detected