Package org.jboss.as.process.protocol
-
Interface Summary Interface Description 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 closedConnectionHandler A handler for incoming protocol connections.MessageHandler A message handler for asynchronous protocol messages. -
Class Summary Class Description 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.StreamUtils