| Interface | Description |
|---|---|
| ProtocolConnectionManager.ConnectionOpenHandler |
Handler for notifications that a connection has been opened
|
| ProtocolConnectionManager.ConnectTask |
Task used to establish the connection.
|
| ProtocolTimeoutHandler |
An implementation of this interface can be provided by calling clients where they wish to supply their own implementation to
handle timeouts whilst establishing a connection.
|
| Class | Description |
|---|---|
| GeneralTimeoutHandler |
A general implementation of
ProtocolTimeoutHandler that takes into account the time taken for Runnable tasks
to be executed. |
| ProtocolConnectionConfiguration | |
| ProtocolConnectionManager |
A basic connection manager, notifying clients when the connection is closed or shutdown.
|
| ProtocolConnectionUtils |
Protocol Connection utils.
|
| StreamUtils |
Copyright © 2021 JBoss by Red Hat. All rights reserved.