Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
HTTPAcceptor |
Server.ServerResources.httpAcceptor(String key) |
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<T>>
Defines a way in which remote connections can be made to the ActiveMQ server
over HTTP.
|
interface |
HTTPAcceptorConsumer<T extends HTTPAcceptor<T>> |
interface |
HTTPAcceptorSupplier<T extends HTTPAcceptor> |
Modifier and Type | Method and Description |
---|---|
HTTPAcceptor |
HTTPAcceptorSupplier.get()
Constructed instance of HTTPAcceptor resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.