Uses of Class
io.github.lunasaw.gbproxy.server.transmit.request.register.RegisterInfo
Packages that use RegisterInfo
Package
Description
-
Uses of RegisterInfo in io.github.lunasaw.gbproxy.server.transmit.request.register
Methods in io.github.lunasaw.gbproxy.server.transmit.request.register with parameters of type RegisterInfoModifier and TypeMethodDescriptionvoidDefaultServerRegisterProcessorHandler.handleDeviceOffline(String userId, RegisterInfo registerInfo, SipTransaction sipTransaction, javax.sip.RequestEvent evt) default voidServerRegisterProcessorHandler.handleDeviceOffline(String userId, RegisterInfo registerInfo, SipTransaction sipTransaction, javax.sip.RequestEvent evt) 处理设备下线voidDefaultServerRegisterProcessorHandler.handleRegisterInfoUpdate(String userId, RegisterInfo registerInfo, javax.sip.RequestEvent evt) default voidServerRegisterProcessorHandler.handleRegisterInfoUpdate(String userId, RegisterInfo registerInfo, javax.sip.RequestEvent evt) 处理注册信息更新 -
Uses of RegisterInfo in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return RegisterInfoModifier and TypeMethodDescriptionstatic RegisterInfoTestServerRegisterProcessorHandler.getReceivedRegisterInfo()Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type RegisterInfoModifier and TypeMethodDescriptionvoidTestServerRegisterProcessorHandler.handleDeviceOffline(String userId, RegisterInfo registerInfo, SipTransaction sipTransaction, javax.sip.RequestEvent evt) voidTestServerRegisterProcessorHandler.handleRegisterInfoUpdate(String userId, RegisterInfo registerInfo, javax.sip.RequestEvent evt)