Uses of Interface
com.iohao.net.framework.protocol.Request
Packages that use Request
Package
Description
Provides the external-server unified interaction protocol, related codecs, and customization
points for client-facing message encoding/decoding.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
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.
-
Uses of Request in com.iohao.net.external.core.message
Classes in com.iohao.net.external.core.message that implement RequestModifier and TypeClassDescriptionfinal classDefault external transport message used between clients and the external server. -
Uses of Request in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return RequestModifier and TypeMethodDescriptionDefaultFlowContext.getRequest()FlowCommon.getRequest()Get the current request being processed.FlowContext.getRequest()Get the request message.Methods in com.iohao.net.framework.core.flow with parameters of type RequestModifier and TypeMethodDescriptionvoidDefaultFlowContext.setRequest(Request request) voidFlowContext.setRequest(Request request) Set the request message. -
Uses of Request in com.iohao.net.framework.core.kit
Methods in com.iohao.net.framework.core.kit with parameters of type RequestModifier and TypeMethodDescriptionstatic voidBarMessageKit.employ(Request request, RequestMessage message) Copy routing fields from a request to a forwarded RequestMessage, incrementing the hop count.static voidBarMessageKit.employ(Request request, ResponseMessage message) Copy common fields from a request to a ResponseMessage.static voidBarMessageKit.employ(Request request, UserResponseMessage message) Copy common fields from a request to a UserResponseMessage, including msgId and cache condition. -
Uses of Request in com.iohao.net.framework.protocol
Subinterfaces of Request in com.iohao.net.framework.protocolModifier and TypeInterfaceDescriptioninterfaceContract for external communication messages exchanged between clients and the external server.Classes in com.iohao.net.framework.protocol that implement RequestModifier and TypeClassDescriptionclassAbstract base implementation ofCommunicationMessagefor external protocol codecs.classInternal request 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. -
Uses of Request in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type RequestModifier and TypeMethodDescriptionResolves a target server for the request.voidPublishes the request if a matching server can be resolved.voidPublishes the request if possible, otherwise runs the fallback action.