Uses of Interface
io.github.lunasaw.gbproxy.server.transmit.request.notify.ServerNotifyProcessorHandler
Packages that use ServerNotifyProcessorHandler
Package
Description
-
Uses of ServerNotifyProcessorHandler in io.github.lunasaw.gbproxy.server.transmit.request.notify
Classes in io.github.lunasaw.gbproxy.server.transmit.request.notify that implement ServerNotifyProcessorHandlerModifier and TypeClassDescriptionclass
Server模块NOTIFY请求处理器业务接口默认实现Fields in io.github.lunasaw.gbproxy.server.transmit.request.notify declared as ServerNotifyProcessorHandlerConstructors in io.github.lunasaw.gbproxy.server.transmit.request.notify with parameters of type ServerNotifyProcessorHandlerModifierConstructorDescriptionNotifyServerHandlerAbstract
(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
Uses of ServerNotifyProcessorHandler 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 ServerNotifyProcessorHandlerModifierConstructorDescriptionCatalogNotifyHandler
(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
Uses of ServerNotifyProcessorHandler in io.github.lunasaw.gbproxy.test.config
Methods in io.github.lunasaw.gbproxy.test.config that return ServerNotifyProcessorHandlerModifier and TypeMethodDescriptionTestConfiguration.testServerNotifyProcessorHandler()
测试专用的ServerNotifyProcessorHandler实现