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 Object
An insecure credential that upgrades from HTTP/1 to HTTP/2.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelCredentials
create()
Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.
-
Method Details
-
create
Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.
-