Uses of Interface
com.iohao.net.framework.protocol.CommonResponse
Packages that use CommonResponse
Package
Description
Provides the external-server unified interaction protocol, related codecs, and customization
points for client-facing message encoding/decoding.
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
Provides protocol metadata and structures used to represent command routes, headers, and payload
conventions across the ionet framework.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
-
Uses of CommonResponse in com.iohao.net.external.core.message
Classes in com.iohao.net.external.core.message that implement CommonResponseModifier and TypeClassDescriptionfinal classDefault external transport message used between clients and the external server. -
Uses of CommonResponse in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication that return CommonResponseModifier and TypeMethodDescriptionExternalCollectCommunication.bindingLogicServer(BindingLogicServerMessage message) Synchronously bind a user session to a specific logic server.default CommonResponseExternalCommunicationDecorator.bindingLogicServer(BindingLogicServerMessage message) Bind a user session to a specific logic server.Methods in com.iohao.net.framework.communication that return types with arguments of type CommonResponseModifier and TypeMethodDescriptionExternalCollectCommunication.bindingLogicServerFuture(BindingLogicServerMessage message) Asynchronously bind a user session to a specific logic server. -
Uses of CommonResponse in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return CommonResponseModifier and TypeMethodDescriptiondefault CommonResponseFlowBindingLogicServerCommunication.bindingLogicServer(BindingEnum operation, int[] logicServerIds) Bind or unbind the current user session to the specified logic servers.default CommonResponseFlowBindingLogicServerCommunication.clearBindingLogicServer()Clear all logic server bindings for the current user session. -
Uses of CommonResponse in com.iohao.net.framework.protocol
Subinterfaces of CommonResponse in com.iohao.net.framework.protocolModifier and TypeInterfaceDescriptioninterfaceContract for external communication messages exchanged between clients and the external server.interfaceResponse returned from an external (Netty) server.interfaceRepresent an outbound response message with typed data extraction capabilities.Classes in com.iohao.net.framework.protocol that implement CommonResponseModifier and TypeClassDescriptionclassAbstract base implementation ofCommunicationMessagefor external protocol codecs.final classBroadcast message targeting a single user (unicast).final classLightweight external response that carries only error information and no payload.final classConcrete response message returned from an external (Netty) server to a logic server.final classInternal response message used for logic-to-logic server communication via Aeron.final classUser-facing response message sent back through the external Netty pipeline to the client. -
Uses of CommonResponse in com.iohao.net.server
Methods in com.iohao.net.server that return CommonResponseModifier and TypeMethodDescriptionDefaultCommunicationAggregation.bindingLogicServer(BindingLogicServerMessage message) Methods in com.iohao.net.server that return types with arguments of type CommonResponseModifier and TypeMethodDescriptionDefaultCommunicationAggregation.bindingLogicServerFuture(BindingLogicServerMessage message)