Searched refs:headerFactory (Results 1 – 5 of 5) sorted by relevance
78 private HeaderFactory headerFactory; field in AuthenticationHelperImpl93 HeaderFactory headerFactory) { in AuthenticationHelperImpl() argument95 this.headerFactory = headerFactory; in AuthenticationHelperImpl()110 HeaderFactory headerFactory) { in AuthenticationHelperImpl() argument112 this.headerFactory = headerFactory; in AuthenticationHelperImpl()315 authorization = headerFactory.createProxyAuthorizationHeader(authHeader in getAuthorization()318 authorization = headerFactory.createAuthorizationHeader(authHeader.getScheme()); in getAuthorization()381 authorization = headerFactory.createProxyAuthorizationHeader(authHeader in getAuthorization()384 authorization = headerFactory.createAuthorizationHeader(authHeader.getScheme()); in getAuthorization()
67 HeaderFactory headerFactory); in getAuthenticationHelper() argument82 HeaderFactory headerFactory); in getSecureAuthenticationHelper() argument
1374 AccountManager accountManager, HeaderFactory headerFactory) { in getAuthenticationHelper() argument1375 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getAuthenticationHelper()1386 SecureAccountManager accountManager, HeaderFactory headerFactory) { in getSecureAuthenticationHelper() argument1387 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getSecureAuthenticationHelper()
86 HeaderFactoryExt headerFactory = new HeaderFactoryImpl(); in createContentList() local132 Header header = headerFactory.createHeader(hdr); in createContentList()
198 HeaderFactory headerFactory = null; in equals() local200 headerFactory = SipFactory.getInstance().createHeaderFactory(); in equals()216 … Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1)); in equals()217 … Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2)); in equals()