Package dev.resteasy.embedded.server
Interface UndertowConfigurationOptions
-
public interface UndertowConfigurationOptions
- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTEXT_PARAMETERS
A property which represents aMap<String, String>
of context parameters.static String
DEPLOYMENT_INFO
A property which represents aDeploymentInfo
in the configuration.
-
-
-
Field Detail
-
DEPLOYMENT_INFO
static final String DEPLOYMENT_INFO
A property which represents aDeploymentInfo
in 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
-
-