Home | History | Annotate | Download | only in ims

Lines Matching refs:URI

34 import javax.sip.address.URI;
39 * <p>P-Associated-URI SIP Private Header. </p>
40 * <p>An associated URI is a URI that the service provider
45 * P-Associated-URI = "P-Associated-URI" HCOLON
46 * (p-aso-uri-spec) *(COMMA p-aso-uri-spec)
47 * p-aso-uri-spec = name-addr *(SEMI ai-param)
68 public final static String NAME = "P-Associated-URI";
72 * <p>Set the URI on this address</p>
74 * @throws NullPointerException when supplied URI is null
76 public void setAssociatedURI(URI associatedURI) throws NullPointerException;
79 * <p>Get the address's URI</p>
80 * @return URI set in the address of this header
82 public URI getAssociatedURI();