Package io.grpc.netty

Class 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 Detail

      • create

        public static ChannelCredentials create()
        Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.