Package dev.resteasy.embedded.server
Interface UndertowConfigurationOptions
-
public interface UndertowConfigurationOptions- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_PARAMETERSA property which represents aMap<String, String>of context parameters.static StringDEPLOYMENT_INFOA property which represents aDeploymentInfoin the configuration.
-
-
-
Field Detail
-
DEPLOYMENT_INFO
static final String DEPLOYMENT_INFO
A property which represents aDeploymentInfoin the configuration.- See Also:
- Constant Field Values
-
CONTEXT_PARAMETERS
static final String CONTEXT_PARAMETERS
A property which represents aMap<String, String>of context parameters.- See Also:
- Constant Field Values
-
-