| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.httpConnector |
| 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>
Used by a remote client to define how it connects to a server over HTTP.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.