Uses of Interface
com.iohao.net.extension.client.command.RequestDataDelegate
Packages that use RequestDataDelegate
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.
-
Uses of RequestDataDelegate in com.iohao.net.extension.client
Methods in com.iohao.net.extension.client that return RequestDataDelegateModifier and TypeMethodDescriptionInputCommandCreate.nextParamInt(String paramTips) InputCommandCreate.nextParamLong(String paramTips) InputCommandCreate.nextParamString(String paramTips) -
Uses of RequestDataDelegate in com.iohao.net.extension.client.command
Methods in com.iohao.net.extension.client.command that return RequestDataDelegateModifier and TypeMethodDescriptionInputCommand.getRequestData()Request payload supplier.RequestCommand.getRequestData()Request payload supplier.Methods in com.iohao.net.extension.client.command with parameters of type RequestDataDelegateModifier and TypeMethodDescriptionInputCommand.setRequestData(RequestDataDelegate requestData) RequestCommand.setRequestData(RequestDataDelegate requestData) Request payload supplier.