Uses of Interface
org.jboss.as.protocol.ProtocolConnectionManager.ConnectionOpenHandler
-
Packages that use ProtocolConnectionManager.ConnectionOpenHandler Package Description org.jboss.as.protocol org.jboss.as.protocol.mgmt -
-
Uses of ProtocolConnectionManager.ConnectionOpenHandler in org.jboss.as.protocol
Methods in org.jboss.as.protocol that return ProtocolConnectionManager.ConnectionOpenHandler Modifier and Type Method Description ProtocolConnectionManager.ConnectionOpenHandlerProtocolConnectionManager.ConnectTask. getConnectionOpenedHandler()Get the connection opened handler.Methods in org.jboss.as.protocol with parameters of type ProtocolConnectionManager.ConnectionOpenHandler Modifier and Type Method Description static ProtocolConnectionManagerProtocolConnectionManager. create(ProtocolConnectionConfiguration configuration, ProtocolConnectionManager.ConnectionOpenHandler openHandler)Create a new connection manager, which will try to connect using the protocol connection configuration.static ProtocolConnectionManagerProtocolConnectionManager. create(ProtocolConnectionConfiguration configuration, ProtocolConnectionManager.ConnectionOpenHandler openHandler, ProtocolConnectionManager.ConnectTask next)Create a new connection manager, which will try to connect using the protocol connection configuration.static ProtocolConnectionManagerProtocolConnectionManager. create(org.jboss.remoting3.Connection connection, ProtocolConnectionManager.ConnectionOpenHandler openHandler)Create a new connection manager, based on an existing connection. -
Uses of ProtocolConnectionManager.ConnectionOpenHandler in org.jboss.as.protocol.mgmt
Classes in org.jboss.as.protocol.mgmt that implement ProtocolConnectionManager.ConnectionOpenHandler Modifier and Type Class Description classFutureManagementChannelBase class for a connectingManagementClientChannelStrategy.
-