Package | Description |
---|---|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionProviderContext.accept(ConnectionHandlerFactory connectionHandlerFactory,
SaslAuthenticationFactory authenticationFactory)
Accept a connection that was received by the corresponding protocol handler.
|
Modifier and Type | Method and Description |
---|---|
Cancellable |
ConnectionProvider.connect(URI destination,
SocketAddress bindAddress,
OptionMap connectOptions,
Result<ConnectionHandlerFactory> result,
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 © 2021 JBoss by Red Hat. All rights reserved.