Uses of Class
org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
Packages that use ManagementClientChannelStrategy
-
Uses of ManagementClientChannelStrategy in org.jboss.as.protocol.mgmt
Subclasses of ManagementClientChannelStrategy in org.jboss.as.protocol.mgmtModifier and TypeClassDescriptionclassBase class for a connectingManagementClientChannelStrategy.Methods in org.jboss.as.protocol.mgmt that return ManagementClientChannelStrategyModifier and TypeMethodDescriptionManagementClientChannelStrategy.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-strategyManagementClientChannelStrategy.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-strategyManagementClientChannelStrategy.create(org.jboss.remoting3.Channel channel) Create a new client channel strategy.Constructors in org.jboss.as.protocol.mgmt with parameters of type ManagementClientChannelStrategyModifierConstructorDescriptionManagementChannelHandler(ManagementClientChannelStrategy strategy, ExecutorService executorService) ManagementChannelHandler(ManagementClientChannelStrategy strategy, ExecutorService executorService, ManagementRequestHandlerFactory... initial)