Uses of Class
org.wildfly.extras.creaper.commands.undertow.AddUndertowListener.HttpBuilder

Packages that use AddUndertowListener.HttpBuilder
org.wildfly.extras.creaper.commands.undertow   
 

Uses of AddUndertowListener.HttpBuilder in org.wildfly.extras.creaper.commands.undertow
 

Methods in org.wildfly.extras.creaper.commands.undertow that return AddUndertowListener.HttpBuilder
 AddUndertowListener.HttpBuilder AddUndertowListener.HttpBuilder.certificateForwarding(boolean certificateForwarding)
          Defines whether certificate forwarding should be enabled.
 AddUndertowListener.HttpBuilder AddUndertowListener.HttpBuilder.enableHttp2(boolean enableHttp2)
          Enables HTTP2 support for this listener.
 AddUndertowListener.HttpBuilder AddUndertowListener.HttpBuilder.proxyAddressForwarding(Boolean proxyAddressForwarding)
          Enables x-forwarded-host and similar headers and set a remote ip address and hostname
 AddUndertowListener.HttpBuilder AddUndertowListener.HttpBuilder.redirectSocket(String redirectSocket)
          Defines socket binding port which shall be used if this listener is supporting non-SSL requests, and a request is received for which a matching requires SSL transport, undertow will automatically redirect the request to the socket binding defined by this option.
 



Copyright © 2020. All rights reserved.