| Interface | Description |
|---|---|
| ConnectorConfigurator<T extends Connector> | |
| EndpointConfigurationConfigurator<T extends EndpointConfiguration> | |
| HttpConnectorConfigurator<T extends HttpConnector> | |
| LocalOutboundConnectionConfigurator<T extends LocalOutboundConnection> | |
| OutboundConnectionConfigurator<T extends OutboundConnection> | |
| PolicySaslPolicyConfigurator<T extends PolicySaslPolicy> | |
| PropertyConfigurator<T extends Property> | |
| RemoteOutboundConnectionConfigurator<T extends RemoteOutboundConnection> | |
| SaslSecurityConfigurator<T extends SaslSecurity> |
| Class | Description |
|---|---|
| Connector<T extends Connector> |
The configuration of a Remoting connector.
|
| EndpointConfiguration<T extends EndpointConfiguration> |
Endpoint configuration
|
| HttpConnector<T extends HttpConnector> |
The configuration of a HTTP Upgrade based Remoting connector.
|
| LocalOutboundConnection<T extends LocalOutboundConnection> |
Remoting outbound connection with an implicit local:// URI scheme.
|
| OutboundConnection<T extends OutboundConnection> |
Remoting outbound connection.
|
| PolicySaslPolicy<T extends PolicySaslPolicy> |
The policy configuration.
|
| Property<T extends Property> |
Properties supported by the underlying provider.
|
| RemoteOutboundConnection<T extends RemoteOutboundConnection> |
Remoting outbound connection with an implicit remote:// URI scheme.
|
| SaslSecurity<T extends SaslSecurity> |
The "sasl" element contains the SASL authentication configuration for this connector.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.