Class ClientAbstractSipResponseProcessor
java.lang.Object
io.github.lunasaw.sip.common.transmit.event.response.AbstractSipResponseProcessor
io.github.lunasaw.gbproxy.client.transmit.response.ClientAbstractSipResponseProcessor
- All Implemented Interfaces:
SipResponseProcessor
- Direct Known Subclasses:
ByeResponseProcessor
,CancelResponseProcessor
,ClientAckResponseProcessor
,ClientRegisterResponseProcessor
- Author:
- luna
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.lunasaw.sip.common.transmit.event.response.AbstractSipResponseProcessor
getCallId, getResponse
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.response.SipResponseProcessor
getMethod, isNeedProcess, process
-
Constructor Details
-
ClientAbstractSipResponseProcessor
public ClientAbstractSipResponseProcessor()
-