Interface | Description |
---|---|
ByteDataInput |
Interface used to establish a contract for a class that complies to both the DataInput and ByteInput contract.
|
ByteDataOutput |
Interface used to establish a contract for a class that complies to both the DataOutput and ByteOutput contract.
|
Connection |
A peer-to-peer connection with another participant in the management protocol.
|
Connection.ClosedCallback |
A callback that will be triggered once the connection is closed
|
ConnectionHandler |
A handler for incoming protocol connections.
|
MessageHandler |
A message handler for asynchronous protocol messages.
|
Class | Description |
---|---|
ChunkyByteInput |
Byte input implementation that reads bytes in chunks.
|
ChunkyByteOutput |
Byte output implementation that writes the bytes out in chunks.
|
ProtocolClient |
A protocol client for management commands, which can also asynchronously receive protocol messages.
|
ProtocolClient.Configuration | |
ProtocolConstants | |
ProtocolServer | |
ProtocolServer.Configuration | |
ProtocolUtils |
Utility class providing methods for common management tasks.
|
SimpleByteDataInput |
Simple implementation of the
ByteDataInput that delegates to a
SimpleDataInput . |
SimpleByteDataOutput |
Simple implementation of the
ByteDataOutput that delegates to a
SimpleDataOutput . |
StreamUtils |
Copyright © 2023 JBoss by Red Hat. All rights reserved.