Class NotifyServerHandlerAbstract
java.lang.Object
io.github.lunasaw.sip.common.transmit.event.message.MessageHandlerAbstract
io.github.lunasaw.gbproxy.server.transimit.request.notify.NotifyServerHandlerAbstract
- All Implemented Interfaces:
RequestHandler
,MessageHandler
- Direct Known Subclasses:
CatalogNotifyHandler
- Author:
- luna
-
Field Summary
Fields inherited from interface io.github.lunasaw.sip.common.transmit.event.message.MessageHandler
CONTROL, NOTIFY, QUERY, RESPONSE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDeviceSession
(javax.sip.RequestEvent event) 处理标签void
setNotifyProcessorServer
(NotifyProcessorServer notifyProcessorServer) void
setSipUserGenerate
(SipUserGenerateServer sipUserGenerate) Methods inherited from class io.github.lunasaw.sip.common.transmit.event.message.MessageHandlerAbstract
getCmdType, handForEvt, parseRequest, parseRequest, parseXml, responseAck, responseError, responseError, setXmlStr
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.lunasaw.sip.common.transmit.event.message.MessageHandler
needResponseAck
-
Field Details
-
notifyProcessorServer
-
sipUserGenerate
-
-
Constructor Details
-
NotifyServerHandlerAbstract
public NotifyServerHandlerAbstract()
-
-
Method Details
-
setNotifyProcessorServer
-
setSipUserGenerate
-
getRootType
Description copied from interface:MessageHandler
处理标签- Specified by:
getRootType
in interfaceMessageHandler
- Overrides:
getRootType
in classMessageHandlerAbstract
- Returns:
-
getDeviceSession
- Overrides:
getDeviceSession
in classMessageHandlerAbstract
-