Package org.jboss.as.protocol
-
Interface Summary Interface Description ProtocolConnectionManager.ConnectionOpenHandler Handler for notifications that a connection has been openedProtocolConnectionManager.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 Summary Class Description GeneralTimeoutHandler A general implementation ofProtocolTimeoutHandlerthat takes into account the time taken forRunnabletasks to be executed.ProtocolConnectionConfiguration ProtocolConnectionManager A basic connection manager, notifying clients when the connection is closed or shutdown.ProtocolConnectionUtils Protocol Connection utils.StreamUtils