Class HttpServerOptionsUtils
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.options.HttpServerOptionsUtils
-
public class HttpServerOptionsUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpServerOptionsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidapplyCommonOptions(io.vertx.core.http.HttpServerOptions httpServerOptions, HttpBuildTimeConfig buildTimeConfig, HttpConfiguration httpConfiguration, List<String> websocketSubProtocols)static voidapplyCommonOptionsForManagementInterface(io.vertx.core.http.HttpServerOptions options, ManagementInterfaceBuildTimeConfig buildTimeConfig, ManagementInterfaceConfiguration httpConfiguration, List<String> websocketSubProtocols)static io.vertx.core.http.HttpServerOptionscreateSslOptions(HttpBuildTimeConfig buildTimeConfig, HttpConfiguration httpConfiguration, LaunchMode launchMode, List<String> websocketSubProtocols)Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabledstatic io.vertx.core.http.HttpServerOptionscreateSslOptionsForManagementInterface(ManagementInterfaceBuildTimeConfig buildTimeConfig, ManagementInterfaceConfiguration httpConfiguration, LaunchMode launchMode, List<String> websocketSubProtocols)Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled
-
-
-
Method Detail
-
createSslOptions
public static io.vertx.core.http.HttpServerOptions createSslOptions(HttpBuildTimeConfig buildTimeConfig, HttpConfiguration httpConfiguration, LaunchMode launchMode, List<String> websocketSubProtocols) throws IOException
Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled- Throws:
IOException
-
createSslOptionsForManagementInterface
public static io.vertx.core.http.HttpServerOptions createSslOptionsForManagementInterface(ManagementInterfaceBuildTimeConfig buildTimeConfig, ManagementInterfaceConfiguration httpConfiguration, LaunchMode launchMode, List<String> websocketSubProtocols) throws IOException
Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled- Throws:
IOException
-
applyCommonOptions
public static void applyCommonOptions(io.vertx.core.http.HttpServerOptions httpServerOptions, HttpBuildTimeConfig buildTimeConfig, HttpConfiguration httpConfiguration, List<String> websocketSubProtocols)
-
applyCommonOptionsForManagementInterface
public static void applyCommonOptionsForManagementInterface(io.vertx.core.http.HttpServerOptions options, ManagementInterfaceBuildTimeConfig buildTimeConfig, ManagementInterfaceConfiguration httpConfiguration, List<String> websocketSubProtocols)
-
-