Uses of Class
com.iohao.net.external.core.message.ExternalMessage
Packages that use ExternalMessage
Package
Description
Provides client command abstractions and request command models used by the simulation client
module to build and execute test requests.
Provides client startup and join helpers for connecting simulation clients to TCP or WebSocket
external servers.
Provides utility helpers for simulation-client workflows, including message helpers, config
helpers, and command scanning support.
Provides simulated client user abstractions, channel wrappers, and user-side pressure testing
support used by the simulation client module.
-
Uses of ExternalMessage in com.iohao.net.extension.client.command
Constructors in com.iohao.net.extension.client.command with parameters of type ExternalMessage -
Uses of ExternalMessage in com.iohao.net.extension.client.join
Subclasses with type arguments of type ExternalMessage in com.iohao.net.extension.client.joinMethods in com.iohao.net.extension.client.join with parameters of type ExternalMessageModifier and TypeMethodDescriptionprotected voidClientMessageHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, ExternalMessage message) protected voidClientTcpExternalCodec.encode(io.netty.channel.ChannelHandlerContext ctx, ExternalMessage message, List<Object> out) -
Uses of ExternalMessage in com.iohao.net.extension.client.kit
Methods in com.iohao.net.extension.client.kit that return ExternalMessageModifier and TypeMethodDescriptionstatic ExternalMessageClientMessageKit.ofCommunicationMessage(CmdInfo cmdInfo) static ExternalMessageClientMessageKit.ofIdleMessage() -
Uses of ExternalMessage in com.iohao.net.extension.client.user
Methods in com.iohao.net.extension.client.user with parameters of type ExternalMessageModifier and TypeMethodDescriptionvoidClientChannelRead.read(ExternalMessage message) voidClientUserChannel.readMessage(ExternalMessage message) voidClientUserChannel.writeAndFlush(ExternalMessage message)