public interface SipErrorListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
noAckReceived(SipErrorEvent ee)
Invoked by the servlet container to notify an application that
no ACK was received for an INVITE transaction for which a final
response has been sent upstream.
|
void |
noNotifyReceived(SipErrorEvent ee)
Invoked by the servlet container for applications acting as subscriber (UAC)
when no NOTIFY was received for a previously sent SUBSCRIBE request as
specified in RFC 6665.
|
void |
noPrackReceived(SipErrorEvent ee)
Invoked by the servlet container for applications acting as a UAS
when no PRACK was received for a previously sent reliable provisional
response.
|
void noAckReceived(SipErrorEvent ee)
This method is invoked for UAS applications only and not for applications that proxied the INVITE.
ee
- the event that identifies the requestvoid noPrackReceived(SipErrorEvent ee)
SipErrorEvent
argument.ee
- the event that identifies the original request and
the reliable provisional responsevoid noNotifyReceived(SipErrorEvent ee)
ee
- the event that identifies the original SUBSCRIBE request and
the final successful response to the subscribe request.Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.