Uses of Class
com.iohao.net.extension.client.command.RequestCommand
Packages that use RequestCommand
Package
Description
Provides client-side testing and simulation utilities for sending requests, joining external
servers, and scripting client behavior during local development or pressure testing.
Provides client command abstractions and request command models used by the simulation client
module to build and execute test requests.
Provides simulated client user abstractions, channel wrappers, and user-side pressure testing
support used by the simulation client module.
-
Uses of RequestCommand in com.iohao.net.extension.client
Methods in com.iohao.net.extension.client that return RequestCommandModifier and TypeMethodDescriptionAbstractInputCommandRegion.ofRequestCommand(int subCmd) Creates a request command executionAbstractInputCommandRegion.ofRequestCommand(CmdInfo cmdInfo) Creates a request command execution -
Uses of RequestCommand in com.iohao.net.extension.client.command
Methods in com.iohao.net.extension.client.command that return RequestCommandModifier and TypeMethodDescriptionRequestCommand.setCallback(CallbackDelegate callback) Response callback.RequestCommand.setClientUserChannel(ClientUserChannel clientUserChannel) RequestCommand.setCmdMerge(int cmdMerge) RequestCommand.setRequestData(RequestDataDelegate requestData) Request payload supplier. -
Uses of RequestCommand in com.iohao.net.extension.client.user
Methods in com.iohao.net.extension.client.user that return RequestCommandMethods in com.iohao.net.extension.client.user that return types with arguments of type RequestCommandMethods in com.iohao.net.extension.client.user with parameters of type RequestCommand