com.sipresponse.flibblecallmgr.internal.util
Class AuthenticationHelper

java.lang.Object
  extended by com.sipresponse.flibblecallmgr.internal.util.AuthenticationHelper

public class AuthenticationHelper
extends java.lang.Object


Constructor Summary
AuthenticationHelper()
           
 
Method Summary
static void processResponseAuthorization(CallManager callMgr, Line line, javax.sip.message.Response response, javax.sip.message.Request newRequest, boolean forRegister)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationHelper

public AuthenticationHelper()
Method Detail

processResponseAuthorization

public static void processResponseAuthorization(CallManager callMgr,
                                                Line line,
                                                javax.sip.message.Response response,
                                                javax.sip.message.Request newRequest,
                                                boolean forRegister)