Skip navigation links
WildFly: Protocol Utilities 11.0.0.Beta6
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
Base class for ManagementMessageHandler implementations.
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 operation result or to mark the operation as cancelled or 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 interface org.jboss.as.protocol.mgmt.support.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.
cancelAllActiveOperations() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Cancel all currently active operations.
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
 
cancelledAsyncTask(String, Thread) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
cancelledAsyncTask$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
cancelledAsyncTaskBeforeRun(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
cancelledAsyncTaskBeforeRun(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
cancelledAsyncTaskBeforeRun$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
channelClosed() - Static method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
channelClosed$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
channelTimedOut() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
channelTimedOut() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
channelTimedOut$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
close() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
 
completed(T) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.CompletedCallback
The operation completed successfully.
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.
connect(ProtocolConnectionConfiguration, CallbackHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
 
connect(ProtocolConnectionConfiguration, CallbackHandler, Map<String, String>, SSLContext) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
 
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(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
Connect sync.
connectSync(ProtocolConnectionConfiguration, CallbackHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
 
connectSync(ProtocolConnectionConfiguration, CallbackHandler, Map<String, String>, SSLContext) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
 
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.
couldNotConnect(URI) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
couldNotConnect$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
create(Channel) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
Create a new client channel strategy.
create(ProtocolConnectionConfiguration, 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, Throwable) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
create(ManagementProtocolHeader, int) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
 
create(Endpoint, URI) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
 
create(Endpoint, OptionMap) - 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 delegates 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
 
deprecatedCLIConfiguration(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
deprecatedCLIConfiguration$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
DISCONNECTED - Static variable in class org.jboss.as.protocol.ProtocolConnectionManager
A ConnectTask that can be returned from ProtocolConnectionManager.ConnectTask.connectionClosed() to terminate further attempts to connect.
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.
errorClosingChannel(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
errorClosingChannel$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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 a cancellable task at some point in the future, using this object's internal Executor.
executeAsync(ManagementRequestContext.AsyncTask<A>, boolean) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute a possibly cancellable task at some point in the future, using this object's internal Executor.
executeAsync(ManagementRequestContext.AsyncTask<A>, Executor) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute a cancellable task at some point in the future, using the given Executor.
executeAsync(ManagementRequestContext.AsyncTask<A>, boolean, Executor) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Execute a possibly cancellable task at some point in the future, using the given Executor.
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.
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(Throwable) - 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.
failedToCloseResource(Throwable, Object) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
failedToCloseResource$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
failedToCloseServerSocket(Throwable, ServerSocket) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Logs an error message indicating a failure to close the server socket.
failedToCloseServerSocket(Throwable, ServerSocket) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
failedToCloseServerSocket$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
failedToConnect(URI, Exception) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating a connection could not be made.
failedToConnect(URI, Exception) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
failedToConnect$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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
 
getActiveOperation(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Get an active operation.
getActiveOperation(Integer) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Get the active operation.
getAttachment() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
Get the attachment.
getAttachment() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Get any attachment used to maintain shared state across possibly multiple requests associated with a larger overall operation.
getAttachments() - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
Get the attachments object that can be used to share state between users of this object.
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
 
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
 
getCurrentRequestHeader() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext.MultipleResponseAsyncTask
Deprecated.
Gets the current request header for which an error response should be sent
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) - Static 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
 
getLoggingLocale() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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 the overall 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 result 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

handleChannelClosed(Channel, IOException) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Receive a notification that the channel was closed.
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.
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.
invalidByteToken(int, byte) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
invalidByteToken$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
invalidSignature(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
Creates an exception indicating the signature is invalid.
invalidSignature(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
invalidSignature$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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.
invalidType(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
invalidType(String, String, byte) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
invalidType1$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
invalidType3$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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.
isShutdown() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Is shutdown.
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(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
Initializes a Channel.Receiver for receiving messages over management channels.
ManagementChannelReceiver - Class in org.jboss.as.protocol.mgmt
Base receiver class for the management protocol support.
ManagementChannelShutdownHandle - Interface in org.jboss.as.protocol.mgmt.support
A handle to a processor of management requests which can be used to coordinate a controlled shutdown of a processor that allows active operations to complete before shutting down.
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
Interface implemented by classes able to handle a management protocol message coming in from a JBoss Remoting Channel.
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 a management request.
ManagementRequestContext.AsyncTask<A> - Interface in org.jboss.as.protocol.mgmt
A task that can be executed asynchronously by a ManagementRequestContext
ManagementRequestContext.MultipleResponseAsyncTask<A> - Interface in org.jboss.as.protocol.mgmt
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> - 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 factories, also providing a hook for factories to create new active operations or register the local process instance of a remotely initiated active operation.
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

noSuchRequest(int, Channel) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
noSuchRequest(int, Channel) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
noSuchRequest$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
noSuchResponseHandler(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
noSuchResponseHandler(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
noSuchResponseHandler$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
nullExecutor() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
 
nullExecutor() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
nullExecutor$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 

O

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.
operationIdAlreadyExists(int) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
operationIdAlreadyExists$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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.
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.ConnectionOpenHandler - Interface in org.jboss.as.protocol
Handler for notifications that a connection has been opened
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
ProtocolLogger_$logger - Class in org.jboss.as.protocol.logging
Warning this class consists of generated code.
ProtocolLogger_$logger(Logger) - Constructor for class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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(A) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Register an active operation.
registerActiveOperation(A, ActiveOperation.CompletedCallback<T>) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Register an active operation.
registerActiveOperation(Integer, A) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Register an active operation with a specific operation id.
registerActiveOperation(Integer, A, ActiveOperation.CompletedCallback<T>) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
Register an active operation with a specific operation id.
registerActiveOperation(Integer, A) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
Create a new active operation, with a given operation-id obtained from an incoming request's header.
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-idobtained from an incoming request's header.
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 given 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.
responseHandlerNotFound(int) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
responseHandlerNotFound$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
 
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, Throwable) - 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
 
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 interface org.jboss.as.protocol.mgmt.support.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 interface org.jboss.as.protocol.mgmt.support.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 channel receiver and start receiving requests.
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
Checks that this object is in a usable state, with the minimal required properties (endpoint, optionMap, uri) set
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, Throwable) - 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.
writeInt(OutputStream, int) - Static method in class org.jboss.as.protocol.mgmt.ProtocolUtils
 
writeMessage(ManagementProtocolHeader) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
Initiates writing a new message to the remote side, using the given header.
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 11.0.0.Beta6

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