Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
HTTPConnector |
Server.ServerResources.httpConnector(String key) |
Modifier and Type | Method and Description |
---|---|
List<HTTPConnector> |
Server.ServerResources.httpConnectors()
Get the list of HTTPConnector resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.httpConnector(HTTPConnector value)
Add the HTTPConnector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.httpConnectors(List<HTTPConnector> value)
Add all HTTPConnector objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPConnector<T extends HTTPConnector<T>>
Used by a remote client to define how it connects to a server over HTTP.
|
interface |
HTTPConnectorConsumer<T extends HTTPConnector<T>> |
interface |
HTTPConnectorSupplier<T extends HTTPConnector> |
Modifier and Type | Method and Description |
---|---|
HTTPConnector |
HTTPConnectorSupplier.get()
Constructed instance of HTTPConnector resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.