Uses of Class
io.github.lunasaw.sip.common.entity.DeviceSession
Packages that use DeviceSession
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceSession in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceSessionModifier and TypeMethodDescriptionMessageClientHandlerAbstract.getDeviceSession
(javax.sip.RequestEvent event) 获取设备会话信息 客户端收到消息时,fromHeader是服务端,toHeader是客户端 -
Uses of DeviceSession in io.github.lunasaw.gbproxy.client.transmit.request.subscribe
Methods in io.github.lunasaw.gbproxy.client.transmit.request.subscribe that return DeviceSessionModifier and TypeMethodDescriptionSubscribeHandlerAbstract.getDeviceSession
(javax.sip.RequestEvent event) -
Uses of DeviceSession in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message that return DeviceSessionModifier and TypeMethodDescriptionMessageServerHandlerAbstract.getDeviceSession
(javax.sip.RequestEvent event) -
Uses of DeviceSession in io.github.lunasaw.gbproxy.server.transmit.request.notify
Methods in io.github.lunasaw.gbproxy.server.transmit.request.notify that return DeviceSessionModifier and TypeMethodDescriptionNotifyServerHandlerAbstract.getDeviceSession
(javax.sip.RequestEvent event) -
Uses of DeviceSession in io.github.lunasaw.sip.common.transmit.event.message
Methods in io.github.lunasaw.sip.common.transmit.event.message that return DeviceSessionModifier and TypeMethodDescriptionMessageHandlerAbstract.getDeviceSession
(javax.sip.RequestEvent event) TransactionAwareMessageHandlerAbstract.getDeviceSession
(javax.sip.RequestEvent event) 获取设备会话(子类可重写)