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, setXmlStrMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getRootTypein interfaceMessageHandler- Overrides:
getRootTypein classMessageHandlerAbstract- Returns:
-
getDeviceSession
- Overrides:
getDeviceSessionin classMessageHandlerAbstract
-