Class ProxyHandler
- java.lang.Object
-
- com.github.toolarium.jwebserver.handler.routing.proxy.ProxyHandler
-
public final class ProxyHandler extends java.lang.ObjectDefines the proxy handler
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.undertow.server.handlers.proxy.ProxyHandlercreateProxyHandler(IWebServerConfiguration webServerConfiguration)Get the proxy handler
-
-
-
Method Detail
-
createProxyHandler
public static io.undertow.server.handlers.proxy.ProxyHandler createProxyHandler(IWebServerConfiguration webServerConfiguration)
Get the proxy handler- Parameters:
webServerConfiguration- the configuration- Returns:
- the proxy handler
-
-