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 java.lang.Object
    An insecure credential that upgrades from HTTP/1 to HTTP/2.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.grpc.ChannelCredentials create()
      Creates an insecure credential that will upgrade from HTTP/1 to HTTP/2.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

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