Uses of Class
com.iohao.net.extension.client.command.InputCommand
Packages that use InputCommand
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 InputCommand in com.iohao.net.extension.client
Methods in com.iohao.net.extension.client that return InputCommandModifier and TypeMethodDescriptionInputCommandCreate.getInputCommand(int subCmd) protected InputCommandAbstractInputCommandRegion.ofCommand(int subCmd) Creates a simulated commandprotected InputCommandInputCommandCreate.ofInputCommand(int subCmd) Creates a simulated command.InputCommandCreate.ofInputCommandInt(int subCmd) InputCommandCreate.ofInputCommandLong(int subCmd) Creates a simulated command that reads alongrequest parameter from the console.InputCommandCreate.ofInputCommandString(int subCmd) InputCommandCreate.ofInputCommandUserId(int subCmd) Creates a simulated command that reads a target userId (long) from the console. -
Uses of InputCommand in com.iohao.net.extension.client.command
Methods in com.iohao.net.extension.client.command that return InputCommandModifier and TypeMethodDescriptionInputCommand.callback(CallbackDelegate callback) InputCommand.setCmdName(String cmdName) Prefix label displayed before the command title.InputCommand.setRequestData(RequestDataDelegate requestData) Display description for the simulated request command. -
Uses of InputCommand in com.iohao.net.extension.client.user
Methods in com.iohao.net.extension.client.user that return InputCommandModifier and TypeMethodDescriptionClientUserInputCommands.getInputCommand(CmdInfo cmdInfo) ClientUserInputCommands.getInputCommand(String inputName) Methods in com.iohao.net.extension.client.user with parameters of type InputCommand