| Package | Description |
|---|---|
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProviderContext.accept(ConnectionHandlerFactory connectionHandlerFactory,
org.wildfly.security.auth.server.SaslAuthenticationFactory authenticationFactory)
Accept a connection that was received by the corresponding protocol handler.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
ConnectionProvider.connect(URI destination,
SocketAddress bindAddress,
org.xnio.OptionMap connectOptions,
org.xnio.Result<ConnectionHandlerFactory> result,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration,
SSLContext sslContext,
UnaryOperator<SaslClientFactory> saslClientFactoryOperator,
Collection<String> serverMechs)
Open an outbound connection, using the (optionally) given socket addresses as source and destination.
|
Copyright © 2018 JBoss, a division of Red Hat, Inc.. All rights reserved.