public interface AutomaticProcessingListener extends EventListener, Serializable
SipSession
using methods like
SipSession.terminateDialog()
.SipSession.terminateDialog(AutomaticProcessingListener)
Modifier and Type | Method and Description |
---|---|
void |
incomingRequest(SipServletRequest request)
This method is invoked when the container receives a
SIP request.
|
void |
incomingResponse(SipServletResponse response)
This method is invoked when the container receives a
SIP response.
|
void |
outgoingRequest(SipServletRequest request)
This method is invoked before the container sends a
SIP request.
|
void |
outgoingResponse(SipServletResponse response)
This method is invoked before the container sends a
SIP response.
|
void outgoingRequest(SipServletRequest request)
request
- SipServletRequest
being sent.void outgoingResponse(SipServletResponse response)
response
- SipServletResponse
being sent.void incomingRequest(SipServletRequest request)
request
- SipServletRequest
being received.void incomingResponse(SipServletResponse response)
response
- SipServletResponse
being received.Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.