Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.remoting |
Modifier and Type | Method and Description |
---|---|
HTTPConnector |
Remoting.RemotingResources.httpConnector(String key) |
Modifier and Type | Method and Description |
---|---|
List<HTTPConnector> |
Remoting.RemotingResources.httpConnectors()
Get the list of HTTPConnector resources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.httpConnector(HTTPConnector value)
Add the HTTPConnector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Remoting.httpConnectors(List<HTTPConnector> value)
Add all HTTPConnector objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPConnector<T extends HTTPConnector<T>>
The configuration of a HTTP Upgrade based Remoting connector.
|
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.