Interface | Description |
---|---|
ActiveOperation<T,A> |
Encapsulates information about a currently active operation, which
can require multiple messages exchanged between the client and the
server.
|
ActiveOperation.CompletedCallback<T> |
A callback indicating when an operation is complete.
|
ActiveOperation.ResultHandler<T> |
Handler for the result or to mark the operation as completed/failed.
|
FlushableDataOutput | |
ManagementBatchIdManager |
Responsible for generating new unique batch ids on the server side
of a channel.
|
ManagementChannelAssociation |
Associates a remoting
Channel to a management client. |
ManagementMessageHandler | |
ManagementProtocol | |
ManagementRequest<T,A> |
A management request.
|
ManagementRequestContext<A> |
The context for handling a management request.
|
ManagementRequestContext.AsyncTask<A> |
A task that can be executed asynchronously by a
ManagementRequestContext |
ManagementRequestContext.MultipleResponseAsyncTask<A> | Deprecated
this is a bit of a hack, plus we can move this method into AsyncTask with a default impl
once this module no longer requires JDK 6 source level
|
ManagementRequestHandler<T,A> |
A handler for incoming requests.
|
ManagementRequestHandlerFactory |
A
ManagementRequestHandler factory. |
ManagementRequestHandlerFactory.RequestHandlerChain |
A chain of multiple request handler.
|
ManagementResponseHandler<T,A> |
A local handler for responses to a management request.
|
ProtocolUtils.ResponseWriter |
Class | Description |
---|---|
AbstractManagementRequest<T,A> |
utility class for creating management requests.
|
AbstractMessageHandler |
Utility class for request/response handling
|
FutureManagementChannel |
Base class for a connecting
ManagementClientChannelStrategy . |
ManagementBatchIdManager.DefaultManagementBatchIdManager | |
ManagementByeByeHeader | |
ManagementChannelHandler |
Generic management channel handler allowing to assemble multiple
ManagementRequestHandlerFactory per channel. |
ManagementChannelReceiver |
Base receiver class for the management protocol support.
|
ManagementClientChannelStrategy |
Strategy management clients can use for controlling the lifecycle of the channel.
|
ManagementPingHeader | |
ManagementPingRequest |
ManagementRequest that sends a ManagementProtocol.TYPE_PING header. |
ManagementPongHeader | |
ManagementPongRequestHandler |
ManagementRequestHandlerFactory for dealing with a ManagementPingRequest . |
ManagementProtocolHeader |
ManagementProtocol header used to send the required information to establish a request with a remote controller.
|
ManagementRequestHeader |
ManagementProtocol header used for management requests.
|
ManagementResponseHeader |
ManagementProtocol header used for management operation responses.
|
ProtocolUtils |
Utility class providing methods for common management tasks.
|
Enum | Description |
---|---|
FutureManagementChannel.State |
Exception | Description |
---|---|
RequestProcessingException |
Copyright © 2023 JBoss by Red Hat. All rights reserved.