Uses of Interface
com.iohao.net.framework.protocol.CommunicationMessage

Packages that use CommunicationMessage
Package
Description
Provides simulated client user abstractions, channel wrappers, and user-side pressure testing support used by the simulation client module.
Provides configuration objects and options for building and customizing external-server runtime behavior.
Provides external-server hook extension points for request lifecycle interception, session state, and connection-idle related processing.
Provides route-level external-server caching support for serving hot data directly from the external layer and reducing logic-server round trips.
Provides the external-server unified interaction protocol, related codecs, and customization points for client-facing message encoding/decoding.
Provides Aeron message encoding and decoding support used by the external-server internal communication layer.
Provides Aeron fragment handlers that decode and dispatch internal messages for the external server runtime.
Provides Netty channel handlers used by the external-server implementation to decode requests, manage pipelines, and dispatch messages.
Provides user-session abstractions and implementations used by external servers to track connected users and session-scoped metadata.
Provides protocol metadata and structures used to represent command routes, headers, and payload conventions across the ionet framework.