public interface ChallengedMessageHandler extends MessageHandler
MessageHandler with seamless authentication handling.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleAuthentication(javax.servlet.sip.SipServletResponse response)
Handles responses containing a challenge.
|
handleRequest, handleResponseboolean handleAuthentication(javax.servlet.sip.SipServletResponse response)
throws IOException,
javax.servlet.ServletException
response - true if the message should be forwarded up to this
MessageHandler user, false otherwise.IOExceptionjavax.servlet.ServletExceptionCopyright © 2014. All Rights Reserved.