Class GrpcSslUtils

java.lang.Object
io.quarkus.grpc.runtime.GrpcSslUtils

public class GrpcSslUtils extends Object
  • Method Details

    • applySslOptions

      static boolean applySslOptions(GrpcServerConfiguration config, io.vertx.core.http.HttpServerOptions options) throws IOException
      Get an HttpServerOptions for this server configuration, or null if SSL should not be enabled.
      Returns:
      whether plain text is used.
      Throws:
      IOException