public class Server<T extends Server> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Server.ServerResources
Child mutators for Server
|
| Modifier and Type | Method and Description |
|---|---|
T |
ajpListener(AjpListener value)
Add the AjpListener object to the list of subresources
|
T |
ajpListeners(List<AjpListener> value)
Add all AjpListener objects to this subresource
|
String |
defaultHost()
The servers default virtual host
|
T |
defaultHost(String value)
The servers default virtual host
|
String |
getKey() |
T |
host(Host value)
Add the Host object to the list of subresources
|
T |
hosts(List<Host> value)
Add all Host objects to this subresource
|
T |
httpListener(HttpListener value)
Add the HttpListener object to the list of subresources
|
T |
httpListeners(List<HttpListener> value)
Add all HttpListener objects to this subresource
|
T |
httpsListener(HttpsListener value)
Add the HttpsListener object to the list of subresources
|
T |
httpsListeners(List<HttpsListener> value)
Add all HttpsListener objects to this subresource
|
String |
servletContainer()
The servers default servlet container
|
T |
servletContainer(String value)
The servers default servlet container
|
Server.ServerResources |
subresources() |
public Server(String key)
public String getKey()
public String defaultHost()
public String servletContainer()
public Server.ServerResources subresources()
public T hosts(List<Host> value)
value - List of Host objects.public T host(Host value)
value - The Host to addpublic T httpListeners(List<HttpListener> value)
value - List of HttpListener objects.public T httpListener(HttpListener value)
value - The HttpListener to addpublic T ajpListeners(List<AjpListener> value)
value - List of AjpListener objects.public T ajpListener(AjpListener value)
value - The AjpListener to addpublic T httpsListeners(List<HttpsListener> value)
value - List of HttpsListener objects.public T httpsListener(HttpsListener value)
value - The HttpsListener to addCopyright © 2015 JBoss by Red Hat. All rights reserved.