Uses of Interface
net.optionfactory.undertow.Deployment
-
Uses of Deployment in net.optionfactory.undertow
Methods in net.optionfactory.undertow that return DeploymentModifier and TypeMethodDescriptiondefault DeploymentDeployment.enableWebSockets(UnaryOperator<io.undertow.websockets.jsr.WebSocketDeploymentInfo> webSocketConfiguration) Enable WebSocket support.static DeploymentDeployment.springSelfContained(Class<? extends org.springframework.web.WebApplicationInitializer>... webAppInitializers) Deployment configuration for a root web application, with resources fetched from the classpath, and initialized by the givenWebApplicationInitializerimplementations.static DeploymentDeployment.springWithExternalWebResources(Path localResources, Class<? extends org.springframework.web.WebApplicationInitializer>... webAppInitializers) Deployment configuration for a root web application, with resources fetched from the given path on the local filesystem, and initialized by the givenWebApplicationInitializerimplementations.default DeploymentDeployment.useForwardHeaders()Application runs behind a reverse proxy and X-Forwarded-* HTTP headers should be read.default DeploymentDeployment.withProperties(Map<String, String> properties) Adds overrides to web application properties.default DeploymentDeployment.withProperties(org.springframework.core.env.EnumerablePropertySource propertySource) Adds an additional Spring property source, e.g.Constructors in net.optionfactory.undertow with parameters of type DeploymentModifierConstructorDescriptionWebServer(String listeningAddress, int listeningPort, Deployment deployment) Creates the embedded web server.