Uses of Class
io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.ServerCommandStrategyReq
Packages that use ServerCommandStrategyReq
Package
Description
-
Uses of ServerCommandStrategyReq in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy with parameters of type ServerCommandStrategyReqModifier and TypeMethodDescriptionprotected StringAbstractServerCommandStrategy.buildCommandContent(ServerCommandStrategyReq req) 构建命令内容AbstractServerCommandStrategy.execute(ServerCommandStrategyReq req) ServerCommandStrategy.execute(ServerCommandStrategyReq req) 执行命令(使用请求对象)protected StringAbstractServerCommandStrategy.sendCommand(ServerCommandStrategyReq req) 发送命令protected voidAbstractServerCommandStrategy.validateParams(ServerCommandStrategyReq req) 参数校验 -
Uses of ServerCommandStrategyReq in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.impl
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.impl with parameters of type ServerCommandStrategyReqModifier and TypeMethodDescriptionprotected StringInfoCommandStrategy.buildCommandContent(ServerCommandStrategyReq req) protected StringAckCommandStrategy.sendCommand(ServerCommandStrategyReq req) protected StringByeCommandStrategy.sendCommand(ServerCommandStrategyReq req) protected StringInfoCommandStrategy.sendCommand(ServerCommandStrategyReq req) protected StringInviteCommandStrategy.sendCommand(ServerCommandStrategyReq req) protected StringMessageCommandStrategy.sendCommand(ServerCommandStrategyReq req) protected StringRegisterCommandStrategy.sendCommand(ServerCommandStrategyReq req) protected StringSubscribeCommandStrategy.sendCommand(ServerCommandStrategyReq req)