Package | Description |
---|---|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Method and Description |
---|---|
Cancellable |
ConnectionProvider.connect(URI destination,
SocketAddress bindAddress,
OptionMap connectOptions,
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.
|
Cancellable |
ConnectionHandler.open(String serviceType,
Result<Channel> result,
OptionMap optionMap)
Open a request handler.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureResult<T>
A result with a corresponding
IoFuture instance. |
class |
TranslatingResult<T,O>
Abstract base class for
Result s which translate from one type to another. |
Modifier and Type | Method and Description |
---|---|
static <T> IoFuture.Notifier<T,Result<T>> |
IoUtils.resultNotifier()
Get the result notifier.
|
Constructor and Description |
---|
TranslatingResult(Result<O> output) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.