| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.subsystem.server | |
| org.wildfly.swarm.config.undertow.subsystem.server.ajpListener |
| Modifier and Type | Method and Description |
|---|---|
List<AjpListener> |
Server.ServerResources.ajpListeners()
Get the list of AjpListener resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.ajpListener(AjpListener value)
Add the AjpListener object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.ajpListeners(List<AjpListener> value)
Add all AjpListener objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
AjpListener<T extends AjpListener>
http listener
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.