Uses of Class
com.iohao.net.framework.protocol.BindingLogicServerMessage
Packages that use BindingLogicServerMessage
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
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 BindingLogicServerMessage in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication with parameters of type BindingLogicServerMessageModifier 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.ExternalCollectCommunication.bindingLogicServerFuture(BindingLogicServerMessage message) Asynchronously bind a user session to a specific logic server. -
Uses of BindingLogicServerMessage in com.iohao.net.framework.protocol
Methods in com.iohao.net.framework.protocol that return BindingLogicServerMessageModifier and TypeMethodDescriptionBindingLogicServerMessage.Builder.build()Build theBindingLogicServerMessage.BindingLogicServerMessage.ofClone()Create a shallow clone of this message, copying all fields except futureId and externalServerId. -
Uses of BindingLogicServerMessage in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type BindingLogicServerMessageModifier and TypeMethodDescriptionDefaultCommunicationAggregation.bindingLogicServer(BindingLogicServerMessage message) DefaultCommunicationAggregation.bindingLogicServerFuture(BindingLogicServerMessage message)