public class LocalOutboundConnectionService extends AbstractOutboundConnectionService implements org.jboss.msc.service.Service<LocalOutboundConnectionService>
LocalOutboundConnectionService manages a local remoting connection (i.e. a connection created with local:// URI scheme).| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
LOCAL_OUTBOUND_CONNECTION_BASE_SERVICE_NAME |
endpointInjectedValue, OUTBOUND_CONNECTION_BASE_SERVICE_NAME| Constructor and Description |
|---|
LocalOutboundConnectionService(String connectionName,
org.xnio.OptionMap connectionCreationOptions) |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.security.auth.client.AuthenticationConfiguration |
getAuthenticationConfiguration()
Get the connection authentication configuration.
|
URI |
getDestinationUri()
Get the destination URI for the connection.
|
SSLContext |
getSSLContext()
Get the connection SSL Context.
|
LocalOutboundConnectionService |
getValue() |
start, stoppublic static final org.jboss.msc.service.ServiceName LOCAL_OUTBOUND_CONNECTION_BASE_SERVICE_NAME
public LocalOutboundConnectionService(String connectionName, org.xnio.OptionMap connectionCreationOptions)
public LocalOutboundConnectionService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<LocalOutboundConnectionService>IllegalStateExceptionIllegalArgumentExceptionpublic URI getDestinationUri()
AbstractOutboundConnectionServicegetDestinationUri in class AbstractOutboundConnectionServicepublic org.wildfly.security.auth.client.AuthenticationConfiguration getAuthenticationConfiguration()
AbstractOutboundConnectionServicegetAuthenticationConfiguration in class AbstractOutboundConnectionServicepublic SSLContext getSSLContext()
AbstractOutboundConnectionServicegetSSLContext in class AbstractOutboundConnectionServiceCopyright © 2017 JBoss by Red Hat. All rights reserved.