- 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
-
- 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
-
- 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.
- 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(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, 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(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.