Uses of Class
org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
-
Packages that use ManagementClientChannelStrategy Package Description org.jboss.as.protocol.mgmt -
-
Uses of ManagementClientChannelStrategy in org.jboss.as.protocol.mgmt
Subclasses of ManagementClientChannelStrategy in org.jboss.as.protocol.mgmt Modifier and Type Class Description classFutureManagementChannelBase class for a connectingManagementClientChannelStrategy.Methods in org.jboss.as.protocol.mgmt that return ManagementClientChannelStrategy Modifier and Type Method Description static ManagementClientChannelStrategyManagementClientChannelStrategy. 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-strategystatic ManagementClientChannelStrategyManagementClientChannelStrategy. 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-strategystatic ManagementClientChannelStrategyManagementClientChannelStrategy. create(org.jboss.remoting3.Channel channel)Create a new client channel strategy.Constructors in org.jboss.as.protocol.mgmt with parameters of type ManagementClientChannelStrategy Constructor Description ManagementChannelHandler(ManagementClientChannelStrategy strategy, ExecutorService executorService)ManagementChannelHandler(ManagementClientChannelStrategy strategy, ExecutorService executorService, ManagementRequestHandlerFactory... initial)
-