Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- close() - Method in class net.optionfactory.undertow.WebServer
-
Gracefully undeploys the web application and stops the embedded web server.
- configuration() - Method in interface net.optionfactory.undertow.Deployment
D
- Deployment - Interface in net.optionfactory.undertow
E
- enableWebSockets(UnaryOperator<WebSocketDeploymentInfo>) - Method in interface net.optionfactory.undertow.Deployment
-
Enable WebSocket support.
N
- net.optionfactory.undertow - package net.optionfactory.undertow
-
Undertow embedded web server running a single web application.
R
- ROOT_PATH - Static variable in interface net.optionfactory.undertow.Deployment
- ROOT_PATH - Static variable in class net.optionfactory.undertow.WebServer
S
- springSelfContained(Class<? extends WebApplicationInitializer>...) - Static method in interface net.optionfactory.undertow.Deployment
-
Deployment configuration for a root web application, with resources fetched from the classpath, and initialized by the given
WebApplicationInitializerimplementations. - springWithExternalWebResources(Path, Class<? extends WebApplicationInitializer>...) - Static method in interface net.optionfactory.undertow.Deployment
-
Deployment configuration for a root web application, with resources fetched from the given path on the local filesystem, and initialized by the given
WebApplicationInitializerimplementations. - start() - Method in class net.optionfactory.undertow.WebServer
-
Loads the servlet deployment and starts the embedded web server.
U
- useForwardHeaders() - Method in interface net.optionfactory.undertow.Deployment
-
Application runs behind a reverse proxy and X-Forwarded-* HTTP headers should be read.
W
- WebServer - Class in net.optionfactory.undertow
-
Undertow embedded web server running a single web application.
- WebServer(String, int, Deployment) - Constructor for class net.optionfactory.undertow.WebServer
-
Creates the embedded web server.
- withProperties(Map<String, String>) - Method in interface net.optionfactory.undertow.Deployment
-
Adds overrides to web application properties.
- withProperties(EnumerablePropertySource) - Method in interface net.optionfactory.undertow.Deployment
-
Adds an additional Spring property source, e.g.
All Classes and Interfaces|All Packages|Constant Field Values