Class GrpcSslUtils


  • public class GrpcSslUtils
    extends Object
    • Method Detail

      • 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