| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<HttpAcceptor> |
Server.ServerResources.httpAcceptors()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.httpAcceptor(HttpAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.httpAcceptors(List<HttpAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
HttpAcceptor |
HttpAcceptor.httpListener(String value)
The Undertow's http-listener that handles HTTP upgrade requests.
|
HttpAcceptor |
HttpAcceptor.params(Map value)
A key-value pair understood by the acceptor factory-class and used to configure it.
|
HttpAcceptor |
HttpAcceptor.upgradeLegacy(Boolean value)
Also accepts to upgrade HTTP request from legacy (HornetQ) clients.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.