OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentDisposition
(Results
1 - 6
of
6
) 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/libgdx/gdx/src/com/badlogic/gdx/net/
HttpResponseHeader.java
81
public static final String
ContentDisposition
= "Content-Disposition";
/external/caliper/lib/
jersey-core-1.11.jar
Completed in 317 milliseconds