Package dev.resteasy.embedded.server
Interface UndertowConfigurationOptions
public interface UndertowConfigurationOptions
- Author:
- James R. Perkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A property which represents aMap<String, String>
of context parameters.static final String
A property which represents aDeploymentInfo
in the configuration.
-
Field Details
-
DEPLOYMENT_INFO
A property which represents aDeploymentInfo
in the configuration.- See Also:
-
CONTEXT_PARAMETERS
A property which represents aMap<String, String>
of context parameters.- See Also:
-