Uses of Interface
com.iohao.net.framework.protocol.RemoteMessage
Packages that use RemoteMessage
Package
Description
Common Aeron/SBE support abstractions shared by networking modules.
Provides the external-server unified interaction protocol, related codecs, and customization
points for client-facing message encoding/decoding.
Provides protocol metadata and structures used to represent command routes, headers, and payload
conventions across the ionet framework.
-
Uses of RemoteMessage in com.iohao.net.common
Methods in com.iohao.net.common with parameters of type RemoteMessageModifier and TypeMethodDescriptionvoidDefaultSbeCodec.decoderMessageCommon(RemoteMessage message, CommonMessageDecoder common) voidSbeCodec.decoderMessageCommon(RemoteMessage message, CommonMessageDecoder common) Decodes common remote-message fields from an SBE decoder into the framework model.static voidSbeKit.decoderMessageCommon(RemoteMessage message, CommonMessageDecoder common) Decodes common remote-message fields with the activeSbeKit.sbeCodec.voidDefaultSbeCodec.encoderMessageCommon(RemoteMessage message, CommonMessageEncoder common) voidSbeCodec.encoderMessageCommon(RemoteMessage message, CommonMessageEncoder common) Encodes common remote-message fields into an SBE encoder.static voidSbeKit.encoderMessageCommon(RemoteMessage message, CommonMessageEncoder common) Encodes common remote-message fields with the activeSbeKit.sbeCodec. -
Uses of RemoteMessage in com.iohao.net.external.core.message
Classes in com.iohao.net.external.core.message that implement RemoteMessageModifier and TypeClassDescriptionfinal classDefault external transport message used between clients and the external server. -
Uses of RemoteMessage in com.iohao.net.framework.protocol
Subinterfaces of RemoteMessage in com.iohao.net.framework.protocolModifier and TypeInterfaceDescriptioninterfaceContract for external communication messages exchanged between clients and the external server.interfaceRepresent an inbound request message carrying routing, identity, and attachment metadata.interfaceRepresent an outbound response message with typed data extraction capabilities.Classes in com.iohao.net.framework.protocol that implement RemoteMessageModifier and TypeClassDescriptionclassAbstract base implementation ofCommunicationMessagefor external protocol codecs.classBase class for internal messages exchanged between logic servers via Aeron.classInternal request message used for logic-to-logic server communication via Aeron.final classInternal response message used for logic-to-logic server communication via Aeron.final classFire-and-forget request message for one-way logic-to-logic server communication.final classUser-facing request message received from the external Netty pipeline.final classUser-facing response message sent back through the external Netty pipeline to the client.