Class AbstractServerCommandStrategy

java.lang.Object
io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.AbstractServerCommandStrategy
All Implemented Interfaces:
ServerCommandStrategy
Direct Known Subclasses:
AckCommandStrategy, ByeCommandStrategy, InfoCommandStrategy, InviteCommandStrategy, MessageCommandStrategy, RegisterCommandStrategy, SubscribeCommandStrategy

public abstract class AbstractServerCommandStrategy extends Object implements ServerCommandStrategy
抽象服务端命令策略基类 提供通用的命令执行逻辑和工具方法
Author:
luna
  • Constructor Details

    • AbstractServerCommandStrategy

      public AbstractServerCommandStrategy()
  • Method Details