Package io.grpc.netty
Class InsecureFromHttp1ChannelCredentials
- java.lang.Object
- 
- io.grpc.netty.InsecureFromHttp1ChannelCredentials
 
- 
 @ExperimentalApi("There is no plan to make this API stable, given transport API instability") public final class InsecureFromHttp1ChannelCredentials extends java.lang.ObjectAn insecure credential that upgrades from HTTP/1 to HTTP/2.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ChannelCredentialscreate()Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.
 
-