Uses of Interface
io.github.lunasaw.sip.common.service.ServerDeviceSupplier
Packages that use ServerDeviceSupplier
Package
Description
-
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.server.service
Classes in io.github.lunasaw.gbproxy.server.service that implement ServerDeviceSupplierModifier and TypeClassDescriptionclass
服务端设备提供器默认实现 基于Gb28181ServerProperties配置的服务端设备管理 -
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.server.transmit.request.message
Fields in io.github.lunasaw.gbproxy.server.transmit.request.message declared as ServerDeviceSupplierConstructors in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type ServerDeviceSupplierModifierConstructorDescriptionBaseMessageServerHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) MessageServerHandlerAbstract
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) -
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.server.transmit.request.message.notify
Constructors in io.github.lunasaw.gbproxy.server.transmit.request.message.notify with parameters of type ServerDeviceSupplierModifierConstructorDescriptionAlarmNotifyMessageHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) KeepaliveNotifyMessageHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) MediaStatusNotifyMessageHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) -
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.server.transmit.request.message.response
Constructors in io.github.lunasaw.gbproxy.server.transmit.request.message.response with parameters of type ServerDeviceSupplierModifierConstructorDescriptionDeviceConfigMessageServerHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) DeviceInfoMessageServerHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) DeviceStatusMessageServerHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) RecordInfoMessageHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) ResponseCatalogMessageHandler
(ServerMessageProcessorHandler serverMessageProcessorHandler, ServerDeviceSupplier serverDeviceSupplier) -
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.server.transmit.request.notify
Fields in io.github.lunasaw.gbproxy.server.transmit.request.notify declared as ServerDeviceSupplierConstructors in io.github.lunasaw.gbproxy.server.transmit.request.notify with parameters of type ServerDeviceSupplierModifierConstructorDescriptionNotifyServerHandlerAbstract
(ServerDeviceSupplier serverDeviceSupplier) NotifyServerHandlerAbstract
(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.server.transmit.request.notify.catalog
Constructors in io.github.lunasaw.gbproxy.server.transmit.request.notify.catalog with parameters of type ServerDeviceSupplierModifierConstructorDescriptionCatalogNotifyHandler
(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
Uses of ServerDeviceSupplier in io.github.lunasaw.gbproxy.test.config
Classes in io.github.lunasaw.gbproxy.test.config that implement ServerDeviceSupplier