Class NotifyServerHandlerAbstract
java.lang.Object
io.github.lunasaw.sip.common.transmit.event.message.MessageHandlerAbstract
io.github.lunasaw.gbproxy.server.transmit.request.notify.NotifyServerHandlerAbstract
- All Implemented Interfaces:
RequestHandler
,MessageHandler
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
CatalogNotifyHandler
- Author:
- luna
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface io.github.lunasaw.sip.common.transmit.event.message.MessageHandler
CONTROL, NOTIFY, QUERY, RESPONSE
-
Constructor Summary
ConstructorsConstructorDescriptionNotifyServerHandlerAbstract
(ServerDeviceSupplier serverDeviceSupplier) NotifyServerHandlerAbstract
(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
Method Summary
Methods inherited from class io.github.lunasaw.sip.common.transmit.event.message.MessageHandlerAbstract
afterPropertiesSet, getCmdType, getMethod, handForEvt, parseRequest, parseRequest, parseXml, responseAck, responseAck, responseError, 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
-
serverDeviceSupplier
-
serverNotifyProcessorHandler
-
-
Constructor Details
-
NotifyServerHandlerAbstract
public NotifyServerHandlerAbstract(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
NotifyServerHandlerAbstract
-
-
Method Details
-
getRootType
Description copied from interface:MessageHandler
处理标签- Specified by:
getRootType
in interfaceMessageHandler
- Overrides:
getRootType
in classMessageHandlerAbstract
- Returns:
-
getDeviceSession
- Overrides:
getDeviceSession
in classMessageHandlerAbstract
-