| Package | Description | 
|---|---|
| org.wildfly.swarm.undertow | 
| Modifier and Type | Method and Description | 
|---|---|
UndertowFraction | 
UndertowFraction.ajpPort(int ajpPort)  | 
UndertowFraction | 
UndertowFraction.applyDefaults()  | 
static UndertowFraction | 
UndertowFraction.createDefaultAJPOnlyFraction()
Create the default AJP-only fraction. 
 | 
static UndertowFraction | 
UndertowFraction.createDefaultAndEnableAJPFraction()
Create the default HTTP and AJP fraction. 
 | 
static UndertowFraction | 
UndertowFraction.createDefaultFraction()
Create the default, HTTP-only fraction. 
 | 
static UndertowFraction | 
UndertowFraction.createDefaultFraction(String path,
                     String password,
                     String alias)
Create the default HTTP and HTTPS fraction. 
 | 
static UndertowFraction | 
UndertowFraction.createDefaultHTTPSOnlyFraction(String path,
                              String password,
                              String alias)
Create the default HTTPS-only fraction. 
 | 
UndertowFraction | 
UndertowFraction.enableAJP()
Enable AJP on this fraction. 
 | 
UndertowFraction | 
UndertowFraction.enableHTTPS(String path,
           String password,
           String alias)
Enable HTTPS on this fraction. 
 | 
UndertowFraction | 
UndertowFraction.enableHTTPS(String path,
           String keystorePassword,
           String keyPassword,
           String alias)
Enable HTTPS on this fraction. 
 | 
UndertowFraction | 
UndertowFraction.httpPort(int httpPort)  | 
UndertowFraction | 
UndertowFraction.httpsPort(int httpsPort)  | 
UndertowFraction | 
UndertowFraction.onlyHTTPS()  | 
UndertowFraction | 
UndertowFraction.removeHttpListenersFromDefaultServer()  | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.