Home
last modified time | relevance | path

Searched refs:headerFactory (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java78 private HeaderFactory headerFactory; field in AuthenticationHelperImpl
93 HeaderFactory headerFactory) { in AuthenticationHelperImpl() argument
95 this.headerFactory = headerFactory; in AuthenticationHelperImpl()
110 HeaderFactory headerFactory) { in AuthenticationHelperImpl() argument
112 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()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java67 HeaderFactory headerFactory); in getAuthenticationHelper() argument
82 HeaderFactory headerFactory); in getSecureAuthenticationHelper() argument
DSipStackImpl.java1374 AccountManager accountManager, HeaderFactory headerFactory) { in getAuthenticationHelper() argument
1375 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getAuthenticationHelper()
1386 SecureAccountManager accountManager, HeaderFactory headerFactory) { in getSecureAuthenticationHelper() argument
1387 return new AuthenticationHelperImpl(this, accountManager, headerFactory); in getSecureAuthenticationHelper()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMultipartMimeContentImpl.java86 HeaderFactoryExt headerFactory = new HeaderFactoryImpl(); in createContentList() local
132 Header header = headerFactory.createHeader(hdr); in createContentList()
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java198 HeaderFactory headerFactory = null; in equals() local
200 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()