File tree Expand file tree Collapse file tree
binder/src/main/java/io/grpc/binder Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ private ApiConstants() {}
5757 * can use this to force server pre-auth and prevent abuse.
5858 */
5959 @ EquivalentAddressGroup .Attr
60+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/12191" )
6061 public static final Attributes .Key <Boolean > PRE_AUTH_SERVER_OVERRIDE =
6162 Attributes .Key .create ("pre-auth-server-override" );
6263}
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ public BinderChannelBuilder strictLifecycleManagement() {
302302 * Clients that require a particular behavior should configure it explicitly using this method
303303 * rather than relying on the default.
304304 */
305- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/00000 " )
305+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/12191 " )
306306 public BinderChannelBuilder preAuthorizeServers (boolean preAuthorize ) {
307307 transportFactoryBuilder .setPreAuthorizeServers (preAuthorize );
308308 return this ;
You can’t perform that action at this time.
0 commit comments