Class CustomerSipListener
java.lang.Object
io.github.lunasaw.sip.common.transmit.AbstractSipListener
io.github.lunasaw.sip.common.transmit.CustomerSipListener
- All Implemented Interfaces:
EventListener
,javax.sip.SipListener
SIP信令处理类观察者
继承AbstractSipListener,提供默认的SIP事件处理实现
- Author:
- luna
-
Field Summary
Fields inherited from class io.github.lunasaw.sip.common.transmit.AbstractSipListener
REQUEST_PROCESSOR_MAP, RESPONSE_PROCESSOR_MAP, sipMetrics, TIMEOUT_PROCESSOR_MAP
-
Method Summary
Methods inherited from class io.github.lunasaw.sip.common.transmit.AbstractSipListener
addRequestProcessor, addResponseProcessor, addTimeoutProcessor, getProcessorStats, getRequestProcessors, getResponseProcessors, getTimeoutProcessors, handleIOException, handleRequestException, handleResponseException, handleUnsupportedRequest, processDialogTerminated, processIOException, processRequest, processResponse, processTimeout, processTransactionTerminated, removeRequestProcessor, removeResponseProcessor, removeTimeoutProcessor, shouldCreateTransaction
-
Method Details
-
getInstance
获取单实例- Returns:
- SipListener实例
-