| Interface | Description |
|---|---|
| ProtocolConnectionManager.ConnectionOpenHandler | |
| 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. |
| ProtocolChannelClient |
This class is not thread safe and should only be used by one thread
|
| ProtocolChannelClient.Configuration | |
| ProtocolConnectionConfiguration | |
| ProtocolConnectionManager |
A basic connection manager, notifying clients when the connection is closed or shutdown.
|
| ProtocolConnectionUtils |
Protocol Connection utils.
|
| StreamUtils |
Copyright © 2015 JBoss by Red Hat. All rights reserved.