| Package | Description |
|---|---|
| org.jboss.as.protocol | |
| org.jboss.as.protocol.mgmt |
| Modifier and Type | Method and Description |
|---|---|
ProtocolConnectionManager.ConnectionOpenHandler |
ProtocolConnectionManager.ConnectTask.getConnectionOpenedHandler()
Get the connection opened handler.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolConnectionManager |
ProtocolConnectionManager.create(org.jboss.remoting3.Connection connection,
ProtocolConnectionManager.ConnectionOpenHandler openHandler)
Create a new connection manager, based on an existing connection.
|
static ProtocolConnectionManager |
ProtocolConnectionManager.create(ProtocolConnectionConfiguration configuration,
ProtocolConnectionManager.ConnectionOpenHandler openHandler)
Create a new connection manager, which will try to connect using the protocol connection configuration.
|
static ProtocolConnectionManager |
ProtocolConnectionManager.create(ProtocolConnectionConfiguration configuration,
ProtocolConnectionManager.ConnectionOpenHandler openHandler,
ProtocolConnectionManager.ConnectTask next)
Create a new connection manager, which will try to connect using the protocol connection configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FutureManagementChannel
Base class for a connecting
ManagementClientChannelStrategy. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.