| Package | Description |
|---|---|
| org.wildfly.extras.creaper.commands.web |
| Modifier and Type | Method and Description |
|---|---|
AddConnector.Builder |
AddConnector.Builder.enabled(Boolean enable)
Defines whether the connector should be started on startup.
|
AddConnector.Builder |
AddConnector.Builder.enableLookups(Boolean enableLookups)
Enable/disable DNS lookups for Servlet API.
|
AddConnector.Builder |
AddConnector.Builder.executor(String executor)
Sets the name of the executor that should be used for the processing threads of this connector.
|
AddConnector.Builder |
AddConnector.Builder.maxConnections(Integer maxConnections)
Sets amount of concurrent connections that can be processed by the connector with optimum performance.
|
AddConnector.Builder |
AddConnector.Builder.maxPostSize(Integer maxPostSize)
Sets maximum size in bytes of a POST request that can be parsed by the container.
|
AddConnector.Builder |
AddConnector.Builder.maxSavePostSize(Integer maxSavePostSize)
Sets maximum size in bytes of a POST request that will be saved during certain authentication schemes.
|
AddConnector.Builder |
AddConnector.Builder.protocol(String protocol)
Sets the web connector protocol.
|
AddConnector.Builder |
AddConnector.Builder.proxyBinding(String proxyBinding)
Sets the socket binding to define the host and port that will be used when sending a redirect.
|
AddConnector.Builder |
AddConnector.Builder.proxyName(String proxyName)
Sets the host name that will be used when sending a redirect.
|
AddConnector.Builder |
AddConnector.Builder.proxyPort(Integer proxyPort)
Sets the port that will be used when sending a redirect.
|
AddConnector.Builder |
AddConnector.Builder.redirectBinding(String redirectBinding)
Sets the socket binding to define the port for redirection to a secure connector.
|
AddConnector.Builder |
AddConnector.Builder.redirectPort(Integer redirectPort)
Sets the port for redirection to a secure connector.
|
AddConnector.Builder |
AddConnector.Builder.replaceExisting()
Specify whether to replace the existing connector based on its name.
|
AddConnector.Builder |
AddConnector.Builder.scheme(String scheme)
Sets the web connector scheme.
|
AddConnector.Builder |
AddConnector.Builder.secure(Boolean secure)
Defines whether content sent or received by the connector is secured from the user perspective.
|
AddConnector.Builder |
AddConnector.Builder.socketBinding(String socketBinding)
Sets the web connector socket-binding reference, this connector should be bound to.
|
AddConnector.Builder |
AddConnector.Builder.virtualServer(String... virtualServers)
Adds virtual servers to list of virtual servers that can be accessed through this connector.
|
Copyright © 2022. All rights reserved.