| 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(SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
Result<ConnectionHandlerFactory> result,
CallbackHandler callbackHandler,
XnioSsl xnioSsl)
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
Results 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 © 2012 JBoss by Red Hat. All Rights Reserved.