Skip navigation links
WildFly: Protocol Utilities 2.0.0.Alpha11
A B C D E F G H I L M N O P R S T V W 

A

AbstractManagementRequest<T,A> - Class in org.jboss.as.protocol.mgmt
utility class for creating management requests.
AbstractManagementRequest() - Constructor for class org.jboss.as.protocol.mgmt.AbstractManagementRequest
 
AbstractMessageHandler - Class in org.jboss.as.protocol.mgmt
Utility class for request/response handling
AbstractMessageHandler(ExecutorService) - Constructor for class org.jboss.as.protocol.mgmt.AbstractMessageHandler
 
ActiveOperation<T,A> - Interface in org.jboss.as.protocol.mgmt
Encapsulates information about a currently active operation, which can require multiple messages exchanged between the client and the server.
ActiveOperation.CompletedCallback<T> - Interface in org.jboss.as.protocol.mgmt
A callback indicating when an operation is complete.
ActiveOperation.ResultHandler<T> - Interface in org.jboss.as.protocol.mgmt
Handler for the result or to mark the operation as completed/failed.
addCancellable(Cancellable) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
Add a cancellation handler.
addHandlerFactory(ManagementRequestHandlerFactory) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Add a management request handler factory to this context.
await(IoFuture<?>, long) - Method in class org.jboss.as.protocol.GeneralTimeoutHandler
 
await(IoFuture<?>, long) - Method in interface org.jboss.as.protocol.ProtocolTimeoutHandler
Wait for the specified time on the supplied IoFuture, taking into account that some of this time could actually not be related to the establishment of the connection but instead some local task such as user think time.
awaitChannel() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
Get the underlying channel.
awaitCompletion(long, TimeUnit) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Await the completion of all currently active operations.
awaitCompletion(long, TimeUnit) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
awaitCompletion(long, TimeUnit) - Method in interface org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization.ManagementChannelShutdownHandle
Await the completion of all currently active operations.

B

BATCH_ID - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 

C

cancel() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.ResultHandler
Cancel the operation.
cancelled() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.CompletedCallback
The operation was cancelled before being able to complete.
cancelledAsyncTask(String, Thread) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
cancelledAsyncTaskBeforeRun(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
cast(Class<T>) - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
 
channelClosed() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating that the channel is closed.
channelClosed() - Static method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
CLIENT_LOGGER - Static variable in interface org.jboss.as.protocol.logging.ProtocolLogger
A logger with the category org.jboss.as.protocol.client.
close() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
close() - Method in class org.jboss.as.protocol.ProtocolChannelClient
 
completed(T) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.CompletedCallback
The operation completed successfully.
Configuration() - Constructor for class org.jboss.as.protocol.ProtocolChannelClient.Configuration
 
connect(CallbackHandler) - Method in class org.jboss.as.protocol.ProtocolChannelClient
 
connect(CallbackHandler, Map<String, String>, SSLContext) - Method in class org.jboss.as.protocol.ProtocolChannelClient
 
connect() - Method in class org.jboss.as.protocol.ProtocolConnectionManager
Get the connection.
connect() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
Create a new connection
connect(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
Connect.
CONNECTION_LOGGER - Static variable in interface org.jboss.as.protocol.logging.ProtocolLogger
A logger with the category org.jboss.as.protocol.connection.
connectionClosed() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
Notification when the channel is closed, but the manager not shutdown.
connectionOpened(Connection) - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectionOpenHandler
Connection opened notification
connectSync(CallbackHandler) - Method in class org.jboss.as.protocol.ProtocolChannelClient
 
connectSync(CallbackHandler, Map<String, String>, SSLContext) - Method in class org.jboss.as.protocol.ProtocolChannelClient
 
connectSync(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
Connect sync.
copy() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
copy(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
copyStream(InputStream, OutputStream) - Static method in class org.jboss.as.protocol.StreamUtils
 
copyStream(InputStream, DataOutput) - Static method in class org.jboss.as.protocol.StreamUtils
 
couldNotConnect(URI) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating a connection could not be made.
create(Channel) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
Create a new client channel strategy.
create(ProtocolChannelClient, ManagementMessageHandler, CallbackHandler, Map<String, String>, SSLContext, CloseHandler<Channel>) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
Create a new establishing management client channel-strategy
create(ProtocolConnectionConfiguration, Channel.Receiver, CloseHandler<Channel>) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
Create a new establishing management client channel-strategy
create(ManagementProtocolHeader) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
create(ManagementRequestHeader) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
create(ManagementRequestHeader, Exception) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
create(ManagementProtocolHeader, int) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
create(ProtocolChannelClient.Configuration) - Static method in class org.jboss.as.protocol.ProtocolChannelClient
 
create(Endpoint, URI) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
create(Endpoint, URI, OptionMap) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
create(Connection, ProtocolConnectionManager.ConnectionOpenHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
Create a new connection manager, based on an existing connection.
create(ProtocolConnectionConfiguration, ProtocolConnectionManager.ConnectionOpenHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
Create a new connection manager, which will try to connect using the protocol connection configuration.
create(ProtocolConnectionConfiguration, ProtocolConnectionManager.ConnectionOpenHandler, ProtocolConnectionManager.ConnectTask) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
Create a new connection manager, which will try to connect using the protocol connection configuration.
create(ProtocolConnectionManager.ConnectTask) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
Create a new connection manager.
createActiveOperation(A) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
Create a new active operation.
createActiveOperation(A, ActiveOperation.CompletedCallback<T>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
Create a new active operation.
createBatchId() - Method in interface org.jboss.as.protocol.mgmt.ManagementBatchIdManager
Creates a batch id.
createBatchId() - Method in class org.jboss.as.protocol.mgmt.ManagementBatchIdManager.DefaultManagementBatchIdManager
 
createDelegating(ManagementMessageHandler) - Static method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
Create a ManagementChannelReceiver which is delegating protocol messages to a ManagementMessageHandler.

D

DefaultManagementBatchIdManager() - Constructor for class org.jboss.as.protocol.mgmt.ManagementBatchIdManager.DefaultManagementBatchIdManager
 
deprecatedCLIConfiguration(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
DISCONNECTED - Static variable in class org.jboss.as.protocol.ProtocolConnectionManager
 
done(T) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.ResultHandler
Set the result.

E

EMPTY - Static variable in interface org.jboss.as.protocol.mgmt.ProtocolUtils.ResponseWriter
 
emptyResponseTask() - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
errorClosingChannel(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Logs a warning message indicating an error occurred when closing the channel.
execute(ManagementRequestContext<A>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext.AsyncTask
Execute the task.
executeAsync(ManagementRequestContext.AsyncTask<A>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute an async task.
executeAsync(ManagementRequestContext.AsyncTask<A>, boolean) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute an async task.
executeAsync(ManagementRequestContext.AsyncTask<A>, Executor) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute an async task.
executeAsync(ManagementRequestContext.AsyncTask<A>, boolean, Executor) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute an async task.
executeRequest(ManagementRequest<T, A>, Channel, ActiveOperation<T, A>) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Execute a request.
executeRequest(ManagementRequest<T, A>, A) - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Execute a management request.
executeRequest(ManagementRequest<T, A>, A, ActiveOperation.CompletedCallback<T>) - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Execute a management request.
executeRequest(Integer, ManagementRequest<T, A>) - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Execute a request based on an existing active operation.
executeRequest(ActiveOperation<T, A>, ManagementRequest<T, A>) - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Execute a request based on an existing active operation.
executeRequest(ManagementRequest<T, A>, A, ActiveOperation.CompletedCallback<T>) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Execute a management request.
executeRequest(ManagementRequest<T, A>, A) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Execute a management request.
executeRequest(Integer, ManagementRequest<T, A>) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Execute a request based on an existing active operation.
executeRequest(ActiveOperation<T, A>, ManagementRequest<T, A>) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Execute a request based on an existing active operation.
executorNotNeeded() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
expectHeader(InputStream, int) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
expectHeader(DataInput, int) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
expectHeader(byte, int) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 

F

failed(Exception) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.CompletedCallback
The operation failed.
failed(Exception) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.ResultHandler
Mark the operation as failed.
failedToCloseResource(Throwable, Object) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Logs an error message indicating a failure to close the resource.
failedToCloseServerSocket(Throwable, ServerSocket) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Logs an error message indicating a failure to close the server socket.
failedToConnect(URI, IOException) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating a connection could not be made.
FlushableDataOutput - Interface in org.jboss.as.protocol.mgmt
 
freeBatchId(int) - Method in class org.jboss.as.protocol.mgmt.ManagementBatchIdManager.DefaultManagementBatchIdManager
 
freeBatchId(int) - Method in interface org.jboss.as.protocol.mgmt.ManagementBatchIdManager
Frees a batch id.
FutureManagementChannel - Class in org.jboss.as.protocol.mgmt
Base class for a connecting ManagementClientChannelStrategy.
FutureManagementChannel() - Constructor for class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
FutureManagementChannel.State - Enum in org.jboss.as.protocol.mgmt
 

G

GeneralTimeoutHandler - Class in org.jboss.as.protocol
A general implementation of ProtocolTimeoutHandler that takes into account the time taken for Runnable tasks to be executed.
GeneralTimeoutHandler() - Constructor for class org.jboss.as.protocol.GeneralTimeoutHandler
 
getAttachment() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
Get the attachment.
getAttachment() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Get the attachment.
getAttachments() - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Get the attachments.
getAttachments() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
getBatchId() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
The ID of the batch this request belongs to
getCallbackHandler() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getChannel() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
getChannel() - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Get the underlying remoting channel associated with this context.
getChannel() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Get the underlying remoting channel associated with this context.
getChannel() - Method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
Get the channel.
getChannel() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Get the underlying channel.
getClientBindAddress() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getConfiguration() - Method in class org.jboss.as.protocol.ProtocolChannelClient
 
getConnection() - Method in class org.jboss.as.protocol.ProtocolConnectionManager
Get the connection.
getConnectionId() - Method in class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
Gets the current id we send in pong responses
getConnectionOpenedHandler() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
Get the connection opened handler.
getConnectionTimeout() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getEndpoint() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getError() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
Gets any error that happened on the server trying to initialize the request
getExecutor() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Get the executor
getFallbackHandler(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Get a fallback handler.
getLastMessageReceivedTime() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
getLastMessageTime() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
getOperationId() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
Get the batch id.
getOperationId() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Get the current batch id for this operation.
getOperationId() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
The id of the operation to be executed by this request
getOperationType() - Method in class org.jboss.as.protocol.mgmt.ManagementPingRequest
 
getOperationType() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequest
The operation type.
getOptionMap() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getReceiver() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Get a receiver instance for this context.
getRemoteAddress() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Get the remote address.
getRequestHandler(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Get the request handler.
getRequestHandler(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Get the request handler.
getRequestHeader() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Get the protocol header.
getRequestId() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
The ID of this request.
getResponseId() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
The response id.
getResult() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
Get the result.
getResultHandler() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
Get the completion handler for this request.
getSaslOptions() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getSslContext() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getState() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
getTimeoutHandler() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getType() - Method in class org.jboss.as.protocol.mgmt.ManagementByeByeHeader
 
getType() - Method in class org.jboss.as.protocol.mgmt.ManagementPingHeader
 
getType() - Method in class org.jboss.as.protocol.mgmt.ManagementPongHeader
 
getType() - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
The type
getType() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
 
getType() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
getUri() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
getVersion() - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
The protocol version for the current communication.

H

handleChannelReset(Channel) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
Handle the legacy bye-bye notification.
handleClose(Channel, IOException) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
 
handleEnd(Channel) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
handleError(Channel, IOException) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
handleFailed(ManagementResponseHeader, ActiveOperation.ResultHandler<T>) - Method in class org.jboss.as.protocol.mgmt.AbstractManagementRequest
 
handleFailed(ManagementResponseHeader, ActiveOperation.ResultHandler<T>) - Method in interface org.jboss.as.protocol.mgmt.ManagementResponseHandler
Handle a failed response.
handleMessage(Channel, DataInput, ManagementProtocolHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Handle a message.
handleMessage(Channel, DataInput, ManagementRequestHeader, ManagementRequestHandler<T, A>) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Handle a message.
handleMessage(Channel, DataInput, ManagementProtocolHeader, ActiveOperation<T, A>, ManagementRequestHandler<T, A>) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Handle a message.
handleMessage(Channel, MessageInputStream) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
handleMessage(Channel, DataInput, ManagementProtocolHeader) - Method in interface org.jboss.as.protocol.mgmt.ManagementMessageHandler
Handle a message on the channel.
handlePing(Channel, ManagementProtocolHeader) - Static method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
Handle a simple ping request.
handleRequest(Channel, DataInput, ManagementProtocolHeader, AbstractMessageHandler.ActiveRequest<T, A>) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Handle a message.
handleRequest(DataInput, ActiveOperation.ResultHandler<Long>, ManagementRequestContext<Void>) - Method in class org.jboss.as.protocol.mgmt.ManagementPingRequest
 
handleRequest(DataInput, ActiveOperation.ResultHandler<Void>, ManagementRequestContext<Void>) - Method in class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
 
handleRequest(DataInput, ActiveOperation.ResultHandler<T>, ManagementRequestContext<A>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandler
Handle a request.

I

initializeOperation(A, ActiveOperation.CompletedCallback<T>) - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
 
initializeOperation(A, ActiveOperation.CompletedCallback<T>) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
INSTANCE - Static variable in class org.jboss.as.protocol.mgmt.ManagementPingRequest
 
invalidByteToken(int, byte) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating an invalid byte token was found.
invalidSignature(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating the signature is invalid.
invalidType(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating the type is invalid.
invalidType(String, String, byte) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating the provided type was invalid.
isConnected() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
Check if connected.
isConnected() - Method in class org.jboss.as.protocol.ProtocolConnectionManager
Check if connected.
isFailed() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
Whether this is an error response.
isSslEnabled() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
isUseStartTLS() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 

L

lockBatchId(int) - Method in class org.jboss.as.protocol.mgmt.ManagementBatchIdManager.DefaultManagementBatchIdManager
 
lockBatchId(int) - Method in interface org.jboss.as.protocol.mgmt.ManagementBatchIdManager
Block a given batch id, when using shared transports.

M

ManagementBatchIdManager - Interface in org.jboss.as.protocol.mgmt
Responsible for generating new unique batch ids on the server side of a channel.
ManagementBatchIdManager.DefaultManagementBatchIdManager - Class in org.jboss.as.protocol.mgmt
 
ManagementByeByeHeader - Class in org.jboss.as.protocol.mgmt
 
ManagementByeByeHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementByeByeHeader
 
ManagementChannelAssociation - Interface in org.jboss.as.protocol.mgmt
Associates a remoting Channel to a management client.
ManagementChannelHandler - Class in org.jboss.as.protocol.mgmt
Generic management channel handler allowing to assemble multiple ManagementRequestHandlerFactory per channel.
ManagementChannelHandler(Channel, ExecutorService) - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
ManagementChannelHandler(Channel, ExecutorService, ManagementRequestHandlerFactory...) - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
ManagementChannelHandler(ManagementClientChannelStrategy, ExecutorService) - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
ManagementChannelHandler(ManagementClientChannelStrategy, ExecutorService, ManagementRequestHandlerFactory...) - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelHandler
 
ManagementChannelInitialization - Interface in org.jboss.as.protocol.mgmt.support
Basic contract for initializing a Channel.Receiver for management channels.
ManagementChannelInitialization.ManagementChannelShutdownHandle - Interface in org.jboss.as.protocol.mgmt.support
 
ManagementChannelReceiver - Class in org.jboss.as.protocol.mgmt
Base receiver class for the management protocol support.
ManagementChannelReceiver() - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
ManagementClientChannelStrategy - Class in org.jboss.as.protocol.mgmt
Strategy management clients can use for controlling the lifecycle of the channel.
ManagementClientChannelStrategy() - Constructor for class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
 
ManagementMessageHandler - Interface in org.jboss.as.protocol.mgmt
 
ManagementPingHeader - Class in org.jboss.as.protocol.mgmt
 
ManagementPingHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementPingHeader
 
ManagementPingRequest - Class in org.jboss.as.protocol.mgmt
ManagementPingRequest() - Constructor for class org.jboss.as.protocol.mgmt.ManagementPingRequest
 
ManagementPongHeader - Class in org.jboss.as.protocol.mgmt
 
ManagementPongHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementPongHeader
 
ManagementPongRequestHandler - Class in org.jboss.as.protocol.mgmt
ManagementPongRequestHandler() - Constructor for class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
 
ManagementProtocol - Interface in org.jboss.as.protocol.mgmt
 
ManagementProtocolHeader - Class in org.jboss.as.protocol.mgmt
ManagementProtocol header used to send the required information to establish a request with a remote controller.
ManagementProtocolHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
Construct an instance with the protocol version for the header.
ManagementRequest<T,A> - Interface in org.jboss.as.protocol.mgmt
A management request.
ManagementRequestContext<A> - Interface in org.jboss.as.protocol.mgmt
The context for handling request.
ManagementRequestContext.AsyncTask<A> - Interface in org.jboss.as.protocol.mgmt
 
ManagementRequestHandler<T,A> - Interface in org.jboss.as.protocol.mgmt
A handler for incoming requests.
ManagementRequestHandlerFactory - Interface in org.jboss.as.protocol.mgmt
A ManagementRequestHandler factory.
ManagementRequestHandlerFactory.RequestHandlerChain - Interface in org.jboss.as.protocol.mgmt
A chain of multiple request handler.
ManagementRequestHeader - Class in org.jboss.as.protocol.mgmt
ManagementProtocol header used for management requests.
ManagementRequestHeader(int, int, int, byte) - Constructor for class org.jboss.as.protocol.mgmt.ManagementRequestHeader
Construct an instance with the protocol version and operation handler for the header.
ManagementResponseHandler<T,A> - Interface in org.jboss.as.protocol.mgmt
A local handler for responses to a management request.
ManagementResponseHeader - Class in org.jboss.as.protocol.mgmt
ManagementProtocol header used for management operation responses.
ManagementResponseHeader(int, int, String) - Constructor for class org.jboss.as.protocol.mgmt.ManagementResponseHeader
Construct an instance with the protocol version for the header.

N

next() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
Get the next receiver.
noSuchRequest(int, Channel) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
noSuchResponseHandler(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
nullExecutor() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
nullVar(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating the varName is null.

O

onConnectionClose(Connection) - Method in class org.jboss.as.protocol.ProtocolConnectionManager
Notification that a connection was closed.
ONE_WAY - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
openChannel(Connection, String, OptionMap) - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
Open a channel.
OPERATION_ID - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
operationIdAlreadyExists(int) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating that the operation id is already taken.
org.jboss.as.protocol - package org.jboss.as.protocol
 
org.jboss.as.protocol.logging - package org.jboss.as.protocol.logging
 
org.jboss.as.protocol.mgmt - package org.jboss.as.protocol.mgmt
 
org.jboss.as.protocol.mgmt.support - package org.jboss.as.protocol.mgmt.support
 

P

parse(DataInput) - Static method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
Parses the input stream to read the header
prepareClose() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
Signal that we are about to close the channel.
ProtocolChannelClient - Class in org.jboss.as.protocol
This class is not thread safe and should only be used by one thread
ProtocolChannelClient.Configuration - Class in org.jboss.as.protocol
 
ProtocolConnectionConfiguration - Class in org.jboss.as.protocol
 
ProtocolConnectionConfiguration() - Constructor for class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
ProtocolConnectionManager - Class in org.jboss.as.protocol
A basic connection manager, notifying clients when the connection is closed or shutdown.
ProtocolConnectionManager(ProtocolConnectionManager.ConnectTask) - Constructor for class org.jboss.as.protocol.ProtocolConnectionManager
 
ProtocolConnectionManager.ConnectionOpenHandler - Interface in org.jboss.as.protocol
 
ProtocolConnectionManager.ConnectTask - Interface in org.jboss.as.protocol
Task used to establish the connection.
ProtocolConnectionUtils - Class in org.jboss.as.protocol
Protocol Connection utils.
ProtocolConnectionUtils() - Constructor for class org.jboss.as.protocol.ProtocolConnectionUtils
 
ProtocolLogger - Interface in org.jboss.as.protocol.logging
Date: 21.07.2011
ProtocolTimeoutHandler - Interface in org.jboss.as.protocol
An implementation of this interface can be provided by calling clients where they wish to supply their own implementation to handle timeouts whilst establishing a connection.
ProtocolUtils - Class in org.jboss.as.protocol.mgmt
Utility class providing methods for common management tasks.
ProtocolUtils() - Constructor for class org.jboss.as.protocol.mgmt.ProtocolUtils
 
ProtocolUtils.ResponseWriter - Interface in org.jboss.as.protocol.mgmt
 

R

read(DataInput) - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
read(DataInput) - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
readByte(InputStream) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
readInt(InputStream) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
registerActiveOperation(Integer, A) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
Create a new active operation, with a given operation-id.
registerActiveOperation(Integer, A, ActiveOperation.CompletedCallback<T>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
Create a new active operation, with a given operation-id.
removeActiveOperation(Integer) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Remove an active operation.
removeHandlerFactory(ManagementRequestHandlerFactory) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Remove a management request handler factory from this context.
REQUEST_BODY - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
REQUEST_END - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
REQUEST_ID - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
RequestProcessingException - Exception in org.jboss.as.protocol.mgmt
 
RequestProcessingException(String, Throwable) - Constructor for exception org.jboss.as.protocol.mgmt.RequestProcessingException
 
RequestProcessingException(String) - Constructor for exception org.jboss.as.protocol.mgmt.RequestProcessingException
 
RequestProcessingException(Throwable) - Constructor for exception org.jboss.as.protocol.mgmt.RequestProcessingException
 
resetConnectionId() - Method in class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
Update the id we send in pong responses
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
 
resolveHandler(ManagementRequestHandlerFactory.RequestHandlerChain, ManagementRequestHeader) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
Try to resolve the request handler for the give header.
resolveNext() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
Ask the next factory in the chain to resolve the handler.
RESPONSE_BODY - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
RESPONSE_END - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
RESPONSE_ERROR - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
RESPONSE_ID - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
RESPONSE_TYPE - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
responseHandlerNotFound(int) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating the response handler id was not found for the request.
ROOT_LOGGER - Static variable in interface org.jboss.as.protocol.logging.ProtocolLogger
The root logger with a category of the package.

S

safeClose(Closeable) - Static method in class org.jboss.as.protocol.StreamUtils
 
safeClose(Socket) - Static method in class org.jboss.as.protocol.StreamUtils
 
safeClose(ServerSocket) - Static method in class org.jboss.as.protocol.StreamUtils
 
safeClose(XMLStreamWriter) - Static method in class org.jboss.as.protocol.StreamUtils
 
safeWriteErrorResponse(Channel, ManagementProtocolHeader, Exception) - Static method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Safe write error response.
sendRequest(ActiveOperation.ResultHandler<T>, ManagementRequestContext<A>, FlushableDataOutput) - Method in class org.jboss.as.protocol.mgmt.AbstractManagementRequest
Send the request.
sendRequest(ActiveOperation.ResultHandler<T>, ManagementRequestContext<A>) - Method in class org.jboss.as.protocol.mgmt.AbstractManagementRequest
 
sendRequest(ActiveOperation.ResultHandler<Long>, ManagementRequestContext<Void>, FlushableDataOutput) - Method in class org.jboss.as.protocol.mgmt.ManagementPingRequest
 
sendRequest(ActiveOperation.ResultHandler<T>, ManagementRequestContext<A>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequest
Send the request.
setCallbackHandler(CallbackHandler) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setChannel(Channel) - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
Set the channel.
setClientBindAddress(String) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setConnectionTimeout(long) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setEndpoint(Endpoint) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setExecutor(Executor) - Method in class org.jboss.as.protocol.ProtocolChannelClient.Configuration
Deprecated.
The executor is no longer needed. Here for backwards compatibility
setOptionMap(OptionMap) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setSaslOptions(Map<String, String>) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setSslContext(SSLContext) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setTimeoutHandler(ProtocolTimeoutHandler) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
setUri(URI) - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
shutdown() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Prevent new active operations get registered.
shutdown() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
shutdown() - Method in interface org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization.ManagementChannelShutdownHandle
Don't allow new operations, but still allow requests for existing ones.
shutdown() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
Notification when the connection manager gets shutdown.
shutdown() - Method in class org.jboss.as.protocol.ProtocolConnectionManager
Shutdown the connection manager.
shutdownNow() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
This will attempt to cancel all active operations, without waiting for their completion.
shutdownNow() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
 
shutdownNow() - Method in interface org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization.ManagementChannelShutdownHandle
This will attempt to cancel all active operations, without waiting for their completion.
SIGNATURE - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
startReceiving(Channel) - Method in interface org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization
Initialize the management channel and start receiving request.
StreamUtils - Class in org.jboss.as.protocol
 
suspendAndExecute(Runnable) - Method in class org.jboss.as.protocol.GeneralTimeoutHandler
 

T

TEMP_DIR - Static variable in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
Optional attachment for a temp file directory.
TYPE - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
TYPE_BYE_BYE - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
TYPE_PING - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
TYPE_PONG - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
TYPE_REQUEST - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
TYPE_RESPONSE - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 

V

validate() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
validateRequest(ManagementProtocolHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Validate whether the request can be handled.
validateSignature(DataInput) - Static method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
Validate the header signature.
valueOf(String) - Static method in enum org.jboss.as.protocol.mgmt.FutureManagementChannel.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.protocol.mgmt.FutureManagementChannel.State
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 
VERSION_FIELD - Static variable in interface org.jboss.as.protocol.mgmt.ManagementProtocol
 

W

wrapAsDataOutput(OutputStream) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
write(DataOutput) - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
Write the header information to the provided DataOutput.
write(DataOutput) - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
Write the header information to the provided DataOutput.
write(DataOutput) - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
write(FlushableDataOutput) - Method in interface org.jboss.as.protocol.mgmt.ProtocolUtils.ResponseWriter
 
writeErrorResponse(Channel, ManagementRequestHeader, Exception) - Static method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Write an error response.
writeHeader(ManagementProtocolHeader, OutputStream) - Static method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Write the management protocol header.
writeHeader(ManagementProtocolHeader, OutputStream) - Static method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
Write the management protocol header.
writeInt(OutputStream, int) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
writeMessage(ManagementProtocolHeader) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Write a new message.
writeResponse(ProtocolUtils.ResponseWriter, ManagementRequestContext<A>) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
writeResponse(ProtocolUtils.ResponseWriter, ManagementRequestContext<A>, ManagementResponseHeader) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
A B C D E F G H I L M N O P R S T V W 
Skip navigation links
WildFly: Protocol Utilities 2.0.0.Alpha11

Copyright © 2015 JBoss by Red Hat. All rights reserved.