| 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.