| Constructor and Description |
|---|
ServerResources() |
| Modifier and Type | Method and Description |
|---|---|
List<AJPListener> |
ajpListeners()
Get the list of org.wildfly.swarm.config.undertow.server.AJPListener resources
|
List<Host> |
hosts()
Get the list of org.wildfly.swarm.config.undertow.server.Host resources
|
List<HTTPListener> |
httpListeners()
Get the list of org.wildfly.swarm.config.undertow.server.HTTPListener resources
|
List<HttpsListener> |
httpsListeners()
Get the list of org.wildfly.swarm.config.undertow.server.HttpsListener resources
|
public List<Host> hosts()
public List<HTTPListener> httpListeners()
public List<AJPListener> ajpListeners()
public List<HttpsListener> httpsListeners()
Copyright © 2015 JBoss by Red Hat. All rights reserved.