| Package | Description |
|---|---|
| org.jboss.as.protocol |
| Modifier and Type | Field and Description |
|---|---|
static ProtocolConnectionManager.ConnectTask |
ProtocolConnectionManager.DISCONNECTED
A
ConnectTask that can be returned from connectionClosed()
to terminate further attempts to connect. |
| Modifier and Type | Method and Description |
|---|---|
ProtocolConnectionManager.ConnectTask |
ProtocolConnectionManager.ConnectTask.connectionClosed()
Notification when the channel is closed, but the manager not shutdown.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static ProtocolConnectionManager |
ProtocolConnectionManager.create(ProtocolConnectionManager.ConnectTask connectTask)
Create a new connection manager.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.