Package io.quarkus.grpc.runtime
Class GrpcSslUtils
- java.lang.Object
-
- io.quarkus.grpc.runtime.GrpcSslUtils
-
public class GrpcSslUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static booleanapplySslOptions(GrpcServerConfiguration config, io.vertx.core.http.HttpServerOptions options)Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled.
-
-
-
Method Detail
-
applySslOptions
static boolean applySslOptions(GrpcServerConfiguration config, io.vertx.core.http.HttpServerOptions options) throws IOException
Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled.- Returns:
- whether plain text is used.
- Throws:
IOException
-
-