Package dev.voidframework.web.server
Interface ExtraWebServerConfiguration
public interface ExtraWebServerConfiguration
Allows application of a custom configuration to the Undertow web server.
- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoExtraConfiguration(io.undertow.Undertow.Builder undertowBuilder) Applies a custom configuration to the Undertow web server.
-
Method Details
-
doExtraConfiguration
void doExtraConfiguration(io.undertow.Undertow.Builder undertowBuilder) Applies a custom configuration to the Undertow web server.- Parameters:
undertowBuilder- The current Undertow web server builder- Since:
- 1.3.0
-