Searched defs:getContentType (Results 1 - 25 of 46) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSTypedData.java8 ASN1ObjectIdentifier getContentType(); method in interface:CMSTypedData
H A DCMSAbsentContent.java45 public ASN1ObjectIdentifier getContentType() method in class:CMSAbsentContent
H A DCMSProcessableByteArray.java51 public ASN1ObjectIdentifier getContentType() method in class:CMSProcessableByteArray
H A DSignerInformation.java97 public ASN1ObjectIdentifier getContentType() method in class:SignerInformation
/external/nist-sip/java/javax/sip/header/
H A DMediaType.java9 String getContentType(); method in interface:MediaType
/external/apache-http/src/org/apache/http/
H A DHttpEntity.java122 Header getContentType(); method in interface:HttpEntity
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java106 public ASN1ObjectIdentifier getContentType() method in class:ContentInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DContentInfo.java63 public ASN1ObjectIdentifier getContentType() method in class:ContentInfo
H A DEncryptedData.java84 public ASN1ObjectIdentifier getContentType() method in class:EncryptedData
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
H A DFileURLConnectionTest.java32 static String getContentType(String fileName) throws IOException { method in class:FileURLConnectionTest
36 return new FileURLConnection(url).getContentType();
41 assertEquals("application/rtf", getContentType("test.rtf"));
42 assertEquals("text/plain", getContentType("test.java"));
44 assertEquals("application/msword", getContentType("test.doc"));
45 assertEquals("text/html", getContentType("test.htx"));
46 assertEquals("application/xml", getContentType("test.xml"));
47 assertEquals("text/plain", getContentType("."));
73 assertEquals(conn.getContentType(), conn.getHeaderField("content-type"));
80 assertEquals(conn.getContentType(), con
[all...]
/external/apache-http/src/org/apache/http/entity/
H A DAbstractHttpEntity.java61 * Returned by {@link #getContentType getContentType},
98 public Header getContentType() { method in class:AbstractHttpEntity
H A DHttpEntityWrapper.java91 public Header getContentType() { method in class:HttpEntityWrapper
92 return wrappedEntity.getContentType();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAccept.java115 public String getContentType() { method in class:Accept
H A DContentType.java150 public String getContentType() { method in class:ContentType
215 return this.getContentType().equalsIgnoreCase( o.getContentType() )
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpEntityStub.java26 @Override public Header getContentType() { method in class:HttpEntityStub
H A DTestHttpResponse.java195 @Override public Header getContentType() { method in class:TestHttpResponse.TestHttpEntity
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlRequest.java130 String getContentType(); method in interface:HttpUrlRequest
H A DHttpUrlConnectionUrlRequest.java253 mContentType = mConnection.getContentType();
476 public String getContentType() { method in class:HttpUrlConnectionUrlRequest
H A DChromiumUrlRequest.java401 public String getContentType() { method in class:ChromiumUrlRequest
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java80 static String getContentType(String fileName) throws IOException { method in class:URLConnectionTest
84 return url.openConnection().getContentType();
219 * @tests java.net.URLConnection#getContentType()
223 assertEquals("application/rtf", getContentType("test.rtf"));
224 assertEquals("text/plain", getContentType("test.java"));
226 assertEquals("application/msword", getContentType("test.doc"));
227 assertEquals("text/html", getContentType("test.htx"));
228 assertEquals("application/xml", getContentType("test.xml"));
229 assertEquals("text/plain", getContentType("."));
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DDelegatingHttpsURLConnection.java149 @Override public String getContentType() { method in class:DelegatingHttpsURLConnection
150 return delegate.getContentType();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 566 milliseconds

12