| Package | Description |
|---|---|
| org.jboss.as.protocol.mgmt |
| Class and Description |
|---|
| AbstractManagementRequest
utility class for creating management requests.
|
| AbstractMessageHandler
Utility class for request/response handling
|
| ActiveOperation
Encapsulates information about a currently active operation, which
can require multiple messages exchanged between the client and the
server.
|
| ActiveOperation.CompletedCallback
A callback indicating when an operation is complete.
|
| ActiveOperation.ResultHandler
Handler for the result or to mark the operation as completed/failed.
|
| FlushableDataOutput |
| FutureManagementChannel.State |
| ManagementBatchIdManager
Responsible for generating new unique batch ids on the server side
of a channel.
|
| ManagementChannelAssociation
Associates a remoting
Channel to a management client. |
| ManagementChannelReceiver
Base receiver class for the management protocol support.
|
| ManagementClientChannelStrategy
Strategy management clients can use for controlling the lifecycle of the channel.
|
| ManagementMessageHandler |
ManagementPingRequest
ManagementRequest that sends a ManagementProtocol.TYPE_PING header. |
| ManagementProtocolHeader
ManagementProtocol header used to send the required information to establish a request with a remote controller.
|
| ManagementRequest
A management request.
|
| ManagementRequestContext
The context for handling request.
|
| ManagementRequestContext.AsyncTask |
| ManagementRequestHandler
A handler for incoming requests.
|
| ManagementRequestHandlerFactory
A
ManagementRequestHandler factory. |
| ManagementRequestHandlerFactory.RequestHandlerChain
A chain of multiple request handler.
|
| ManagementRequestHeader
ManagementProtocol header used for management requests.
|
| ManagementResponseHandler
A local handler for responses to a management request.
|
| ManagementResponseHeader
ManagementProtocol header used for management operation responses.
|
| ProtocolUtils.ResponseWriter |
Copyright © 2015 JBoss by Red Hat. All rights reserved.