Uses of Class
com.iohao.net.framework.protocol.ServerMessage
Packages that use ServerMessage
Package
Description
Center-server runtime, connection management, and Aeron fragment handling components.
Aeron fragment handlers used by the center server.
Common Aeron/SBE support abstractions shared by networking modules.
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.
Aeron fragment handlers used by net-server for peer registration and peer events.
-
Uses of ServerMessage in com.iohao.net.center
Methods in com.iohao.net.center that return ServerMessageMethods in com.iohao.net.center that return types with arguments of type ServerMessageConstructors in com.iohao.net.center with parameters of type ServerMessageModifierConstructorDescriptionCenterClientConnection(ServerMessage message, io.aeron.Publication publication) -
Uses of ServerMessage in com.iohao.net.center.fragment
Methods in com.iohao.net.center.fragment with parameters of type ServerMessageModifier and TypeMethodDescriptionprotected io.aeron.PublicationConnectRequestMessageOnFragment.ofPublication(ServerMessage message) -
Uses of ServerMessage in com.iohao.net.common
Methods in com.iohao.net.common with parameters of type ServerMessageModifier and TypeMethodDescriptionstatic voidServerMessageCodecKit.decoder(ServerMessage message, ServerMessageCommonDecoder common) Decodes framework server-message fields from an SBE decoder.static voidServerMessageCodecKit.encoder(ServerMessage message, ServerMessageCommonEncoder common) Encodes framework server-message fields into an SBE encoder. -
Uses of ServerMessage in com.iohao.net.framework.protocol
Subclasses of ServerMessage in com.iohao.net.framework.protocolModifier and TypeClassDescriptionfinal classResponse message sent when a server successfully connects (joins) the cluster.final classRequest message sent from one server to another within the cluster.Methods in com.iohao.net.framework.protocol with parameters of type ServerMessageModifier and TypeMethodDescriptionstatic ConnectResponseMessageConnectResponseMessage.of(ServerMessage message) Create aConnectResponseMessageby copying metadata from the given server message. -
Uses of ServerMessage in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type ServerMessage -
Uses of ServerMessage in com.iohao.net.server.fragment
Methods in com.iohao.net.server.fragment with parameters of type ServerMessageModifier and TypeMethodDescriptionprotected io.aeron.PublicationConnectResponseMessageOnFragment.ofPublication(ServerMessage message)