| Package | Description |
|---|---|
| org.jboss.as.protocol.mgmt |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureManagementChannel
Base class for a connecting
ManagementClientChannelStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static ManagementClientChannelStrategy |
ManagementClientChannelStrategy.create(org.jboss.remoting3.Channel channel)
Create a new client channel strategy.
|
static ManagementClientChannelStrategy |
ManagementClientChannelStrategy.create(ProtocolConnectionConfiguration configuration,
org.jboss.remoting3.Channel.Receiver receiver,
org.jboss.remoting3.CloseHandler<org.jboss.remoting3.Channel> closeHandler)
Create a new establishing management client channel-strategy
|
static ManagementClientChannelStrategy |
ManagementClientChannelStrategy.create(ProtocolConnectionConfiguration baseConfig,
ManagementMessageHandler handler,
CallbackHandler cbHandler,
Map<String,String> saslOptions,
SSLContext sslContext,
org.jboss.remoting3.CloseHandler<org.jboss.remoting3.Channel> closeHandler)
Create a new establishing management client channel-strategy
|
| Constructor and Description |
|---|
ManagementChannelHandler(ManagementClientChannelStrategy strategy,
ExecutorService executorService) |
ManagementChannelHandler(ManagementClientChannelStrategy strategy,
ExecutorService executorService,
ManagementRequestHandlerFactory... initial) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.