Class ProxyHandler
java.lang.Object
com.github.toolarium.jwebserver.handler.routing.proxy.ProxyHandler
Defines the proxy handler
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.undertow.server.handlers.proxy.ProxyHandlercreateProxyHandler(IWebServerConfiguration webServerConfiguration) Get the proxy handler
-
Method Details
-
createProxyHandler
public static io.undertow.server.handlers.proxy.ProxyHandler createProxyHandler(IWebServerConfiguration webServerConfiguration) Get the proxy handler- Parameters:
webServerConfiguration- the configuration- Returns:
- the proxy handler
-