| 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 | Class and Description |
|---|---|
class |
HTTPAcceptor<T extends HTTPAcceptor>
Defines a way in which remote connections can be made to the ActiveMQ server over HTTP.
|
interface |
HTTPAcceptorConfigurator<T extends HTTPAcceptor> |
| 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.paramsEntry(String key,
Object 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.