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 String
AbstractServerCommandStrategy.buildCommandContent
(ServerCommandStrategyReq req) 构建命令内容AbstractServerCommandStrategy.execute
(ServerCommandStrategyReq req) ServerCommandStrategy.execute
(ServerCommandStrategyReq req) 执行命令(使用请求对象)protected String
AbstractServerCommandStrategy.sendCommand
(ServerCommandStrategyReq req) 发送命令protected void
AbstractServerCommandStrategy.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 String
InfoCommandStrategy.buildCommandContent
(ServerCommandStrategyReq req) protected String
AckCommandStrategy.sendCommand
(ServerCommandStrategyReq req) protected String
ByeCommandStrategy.sendCommand
(ServerCommandStrategyReq req) protected String
InfoCommandStrategy.sendCommand
(ServerCommandStrategyReq req) protected String
InviteCommandStrategy.sendCommand
(ServerCommandStrategyReq req) protected String
MessageCommandStrategy.sendCommand
(ServerCommandStrategyReq req) protected String
RegisterCommandStrategy.sendCommand
(ServerCommandStrategyReq req) protected String
SubscribeCommandStrategy.sendCommand
(ServerCommandStrategyReq req)