Uses of Interface
io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.ServerCommandStrategy
Packages that use ServerCommandStrategy
Package
Description
-
Uses of ServerCommandStrategy in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy
Classes in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy that implement ServerCommandStrategyModifier and TypeClassDescriptionclass抽象服务端命令策略基类 提供通用的命令执行逻辑和工具方法Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy that return ServerCommandStrategyModifier and TypeMethodDescriptionstatic ServerCommandStrategyServerCommandStrategyFactory.getAckStrategy()static ServerCommandStrategyServerCommandStrategyFactory.getByeStrategy()static ServerCommandStrategyServerCommandStrategyFactory.getInfoStrategy()static ServerCommandStrategyServerCommandStrategyFactory.getInviteStrategy()static ServerCommandStrategyServerCommandStrategyFactory.getMessageStrategy()static ServerCommandStrategyServerCommandStrategyFactory.getRegisterStrategy()static ServerCommandStrategyServerCommandStrategyFactory.getStrategy(String sipMethod) 获取SIP消息类型策略static ServerCommandStrategyServerCommandStrategyFactory.getSubscribeStrategy()Methods in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy that return types with arguments of type ServerCommandStrategyModifier and TypeMethodDescriptionstatic Map<String,ServerCommandStrategy> ServerCommandStrategyFactory.getAllStrategies()获取所有已注册的策略 -
Uses of ServerCommandStrategy in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.impl
Classes in io.github.lunasaw.gbproxy.server.transmit.cmd.strategy.impl that implement ServerCommandStrategyModifier and TypeClassDescriptionclassACK消息类型策略实现 处理ACK请求相关命令classBYE消息类型策略实现 处理BYE请求相关命令classINFO消息类型策略实现 处理INFO请求相关命令classINVITE消息类型策略实现 处理INVITE请求相关命令classMESSAGE消息类型策略实现 处理MESSAGE请求相关命令classREGISTER消息类型策略实现 处理REGISTER请求相关命令classSUBSCRIBE消息类型策略实现 处理SUBSCRIBE请求相关命令