Uses of Class
com.iohao.net.framework.protocol.UserResponseMessage
Packages that use UserResponseMessage
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Provides framework-specific utility helpers used by action parsing, metadata access, and runtime
support operations.
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.
SBE encoders used by logic servers for internal, external, and broadcast traffic.
-
Uses of UserResponseMessage in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication with parameters of type UserResponseMessageModifier and TypeMethodDescriptionvoidExternalCollectCommunication.writeMessage(UserResponseMessage message) Write a response message directly to a user session on the external server. -
Uses of UserResponseMessage in com.iohao.net.framework.core.kit
Methods in com.iohao.net.framework.core.kit with parameters of type UserResponseMessageModifier and TypeMethodDescriptionstatic voidBarMessageKit.employ(Request request, UserResponseMessage message) Copy common fields from a request to a UserResponseMessage, including msgId and cache condition. -
Uses of UserResponseMessage in com.iohao.net.framework.protocol
Methods in com.iohao.net.framework.protocol that return UserResponseMessageModifier and TypeMethodDescriptionstatic UserResponseMessageUserResponseMessage.of()Create a newUserResponseMessagepre-configured with the business command code. -
Uses of UserResponseMessage in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type UserResponseMessageModifier and TypeMethodDescriptionvoidDefaultCommunicationAggregation.writeMessage(UserResponseMessage message) -
Uses of UserResponseMessage in com.iohao.net.server.logic.codec
Classes in com.iohao.net.server.logic.codec that implement interfaces with type arguments of type UserResponseMessageModifier and TypeClassDescriptionfinal classSBE encoder for user response messages.Methods in com.iohao.net.server.logic.codec with parameters of type UserResponseMessageModifier and TypeMethodDescriptionvoidUserResponseMessageSbe.encoder(UserResponseMessage message, MessageHeaderEncoder headerEncoder, org.agrona.MutableDirectBuffer buffer)