HomeSort by relevance Sort by last modified time
    Searched refs:ContentDisposition (Results 1 - 9 of 9) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentDisposition.java 41 public final class ContentDisposition
57 public ContentDisposition() {
83 + ", ContentDisposition, setDispositionType(), the dispositionType parameter is null");
110 + ", ContentDisposition, setHandling(), the handling parameter is null");
125 * $Log: ContentDisposition.java,v $
NameMap.java 147 putNameMap(CONTENT_DISPOSITION, ContentDisposition.class.getName()); //35
HeaderFactoryImpl.java 329 * contentDisposition value.
331 * @param contentDisposition - the new string value of the contentDisposition.
333 * unexpectedly while parsing the contentDisposition value.
337 public ContentDispositionHeader createContentDispositionHeader(String contentDisposition)
339 if (contentDisposition == null)
340 throw new NullPointerException("null arg contentDisposition");
341 ContentDisposition c = new ContentDisposition();
342 c.setDispositionType(contentDisposition);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentDispositionParser.java 46 * @param contentDisposition the header to parse
48 public ContentDispositionParser(String contentDisposition) {
49 super(contentDisposition);
73 ContentDisposition cd = new ContentDisposition();
  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 365 if uattrs.ContentDisposition != nil {
366 attrs.ContentDisposition = optional.ToString(uattrs.ContentDisposition)
367 forceSendFields = append(forceSendFields, "ContentDisposition")
429 ContentDisposition optional.String
679 ContentDisposition: o.ContentDisposition,
720 // ContentDisposition is the optional Content-Disposition header of the object
722 ContentDisposition string
829 ContentDisposition: o.ContentDisposition
    [all...]
  /external/python/cpython3/Lib/email/
_header_value_parser.py 819 class ContentDisposition(ParameterizedHeaderValue):
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go     [all...]

Completed in 674 milliseconds