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

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

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

Methods in org.wildfly.extras.creaper.commands.undertow that return AddUndertowListener.AjpBuilder
 AddUndertowListener.AjpBuilder AddUndertowListener.AjpBuilder.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.
 AddUndertowListener.AjpBuilder AddUndertowListener.AjpBuilder.scheme(String scheme)
          Defines the listener scheme, can be HTTP or HTTPS.
 



Copyright © 2016. All rights reserved.