Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remotingjmx.protocol | |
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingMessageOutputStream
An abstract base class for message output streams which delegate to an underlying stream.
|
class |
MessageOutputStream
An output stream for a message.
|
class |
ToConnectionFuture |
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 |
CancellableDataOutputStream
A DataOutputStream implementation to wrap a MessageOutputStream to allow it to be cancelled.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IoFuture<T>
The future result of an asynchronous request.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertingIoFuture<T,D>
An
IoFuture implementation that wraps a different type of IoFuture . |
class |
AbstractIoFuture<T>
An abstract base class for
IoFuture objects. |
class |
FailedIoFuture<T>
An implementation of
IoFuture that represents an immediately-failed operation. |
class |
FinishedIoFuture<T>
An implementation of
IoFuture that represents an immediately-successful operation. |
Modifier and Type | Method and Description |
---|---|
Cancellable |
Cancellable.cancel()
Cancel an operation.
|
static Cancellable |
IoUtils.closingCancellable(Closeable c)
A cancellable which closes the given resource on cancel.
|
static Cancellable |
IoUtils.nullCancellable()
Get the null cancellable.
|
Modifier and Type | Method and Description |
---|---|
void |
FutureResult.addCancelHandler(Cancellable cancellable)
Add a cancellation handler.
|
protected void |
AbstractIoFuture.addCancelHandler(Cancellable cancellable)
Add a cancellation handler.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.