Uses of Interface
com.iohao.net.common.OnFragment
Packages that use OnFragment
Package
Description
Aeron fragment handlers used by the center server.
Common Aeron/SBE support abstractions shared by networking modules.
Provides Aeron fragment handlers that decode and dispatch internal messages for the external
server runtime.
Aeron fragment handlers used by net-server for peer registration and peer events.
Aeron fragment handlers used by logic servers for requests, responses, and external calls.
-
Uses of OnFragment in com.iohao.net.center.fragment
Classes in com.iohao.net.center.fragment that implement OnFragmentModifier and TypeClassDescriptionclassHandles center-side connect-request fragments and synchronizes peer server discovery. -
Uses of OnFragment in com.iohao.net.common
Fields in com.iohao.net.common declared as OnFragmentModifier and TypeFieldDescriptionstatic final OnFragment[]OnFragmentManager.onFragmentsTemplate-id indexed handler table.Methods in com.iohao.net.common with parameters of type OnFragmentModifier and TypeMethodDescriptionstatic voidOnFragmentManager.register(OnFragment onFragment) Registers or replaces a fragment handler for its template id. -
Uses of OnFragment in com.iohao.net.external.core.net.fragment
Classes in com.iohao.net.external.core.net.fragment that implement OnFragmentModifier and TypeClassDescriptionclassAeron fragment consumer that broadcasts a decoded message to all connected users.classAeron fragment consumer that broadcasts a decoded message to a specified user list.classAeron fragment consumer that routes a decoded message to one target user session.classAeron fragment consumer that dispatches internal external-operation requests by template id.classAeron fragment consumer that sends user response messages back to external clients. -
Uses of OnFragment in com.iohao.net.server.fragment
Classes in com.iohao.net.server.fragment that implement OnFragmentModifier and TypeClassDescriptionclassHandles center connect-response fragments and registers newly discovered server connections.final classHandles cross-server event-bus fragments and dispatches them to local event buses.final classHandles server-offline notifications and triggers peer offline cleanup. -
Uses of OnFragment in com.iohao.net.server.logic.fragment
Classes in com.iohao.net.server.logic.fragment that implement OnFragmentModifier and TypeClassDescriptionfinal classHandles empty external-response messages and completes pending futures.final classHandles external-response fragments and completes the corresponding future.classInternal RequestMessageOnFragmentfinal classInternal ResponseMessageOnFragmentclassInternal SendMessageOnFragmentclassHandles user request fragments and dispatches them to the logic execution pipeline.