HomeSort by relevance Sort by last modified time
    Searched defs:associatedURI (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssociatedURIParser.java 66 * @param associatedURI content to set
68 public PAssociatedURIParser(String associatedURI)
70 super(associatedURI);
90 PAssociatedURI associatedURI = new PAssociatedURI();
91 associatedURI.setHeaderName(SIPHeaderNamesIms.P_ASSOCIATED_URI);
93 super.parse(associatedURI);
94 associatedURIList.add(associatedURI);
102 associatedURI = new PAssociatedURI();
103 super.parse(associatedURI);
104 associatedURIList.add(associatedURI);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]

Completed in 85 milliseconds