| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.httpAcceptor |
| Modifier and Type | Method and Description |
|---|---|
List<HttpAcceptor> |
Server.ServerResources.httpAcceptors()
Get the list of HttpAcceptor resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.httpAcceptor(HttpAcceptor value)
Add the HttpAcceptor object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.httpAcceptors(List<HttpAcceptor> value)
Add all 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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.