Uses of Interface
io.github.lunasaw.gbproxy.client.transmit.cmd.strategy.ClientCommandStrategy
Packages that use ClientCommandStrategy
Package
Description
-
Uses of ClientCommandStrategy in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy
Classes in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy that implement ClientCommandStrategyModifier and TypeClassDescriptionclass
抽象客户端命令策略基类 提供通用的命令执行逻辑和工具方法Methods in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy that return ClientCommandStrategyModifier and TypeMethodDescriptionstatic ClientCommandStrategy
ClientCommandStrategyFactory.getAckStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getByeStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getInfoStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getInviteStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getMessageStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getNotifyStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getRegisterStrategy()
static ClientCommandStrategy
ClientCommandStrategyFactory.getStrategy
(String sipMethod) static ClientCommandStrategy
ClientCommandStrategyFactory.getSubscribeStrategy()
-
Uses of ClientCommandStrategy in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy.impl
Classes in io.github.lunasaw.gbproxy.client.transmit.cmd.strategy.impl that implement ClientCommandStrategyModifier and TypeClassDescriptionclass
ACK命令策略实现 处理ACK响应相关命令class
BYE命令策略实现 处理BYE请求相关命令class
INFO消息类型策略实现 处理INFO请求相关命令class
INVITE消息类型策略实现 处理INVITE请求相关命令class
MESSAGE消息类型策略实现 处理MESSAGE请求相关命令class
NOTIFY消息类型策略实现 处理NOTIFY请求相关命令class
REGISTER消息类型策略实现 处理REGISTER注册请求相关命令class
SUBSCRIBE消息类型策略实现 处理SUBSCRIBE请求相关命令