Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add experimental API annotation
  • Loading branch information
sanjaypujare committed Oct 8, 2020
commit f915199d28e4028ca657621e626fa0b1fa84bb05
2 changes: 2 additions & 0 deletions xds/src/main/java/io/grpc/xds/XdsChannelCredentials.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
import static com.google.common.base.Preconditions.checkNotNull;

import io.grpc.ChannelCredentials;
import io.grpc.ExperimentalApi;
import io.grpc.netty.InternalNettyChannelCredentials;
import io.grpc.netty.InternalProtocolNegotiator;
import io.grpc.xds.internal.sds.SdsProtocolNegotiators;

@ExperimentalApi("https://github.com/grpc/grpc-java/issues/7479")
public class XdsChannelCredentials {
private XdsChannelCredentials() {} // prevent instantiation

Expand Down