Package io.quarkus.grpc.runtime
Class GrpcSslUtils
java.lang.Object
io.quarkus.grpc.runtime.GrpcSslUtils
-
Method Summary
Modifier and TypeMethodDescription(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 Details
-
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
-