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

/libcore/ojluni/src/main/java/sun/net/
H A DProgressEvent.java82 public String getContentType() method in class:ProgressEvent
H A DProgressSource.java114 public String getContentType() { method in class:ProgressSource
/libcore/dom/src/test/java/org/w3c/domts/
H A DBatikTestDocumentBuilderFactory.java235 public String getContentType() { method in class:BatikTestDocumentBuilderFactory
H A DDOMTestDocumentBuilderFactory.java128 String contentType = getContentType();
151 public String getContentType() { method in class:DOMTestDocumentBuilderFactory
H A DJTidyDocumentBuilderFactory.java112 public String getContentType() { method in class:JTidyDocumentBuilderFactory
H A DDOMTest.java268 public final String getContentType() { method in class:DOMTest
269 return factory.getContentType();
/libcore/luni/src/main/java/libcore/io/
H A DClassPathURLStreamHandler.java183 public String getContentType() { method in class:ClassPathURLStreamHandler.ClassPathURLConnection
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMTestCase.java98 public String getContentType() { method in class:DOMTestCase
/libcore/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java147 public String getContentType() { method in class:URLConnection
/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DContentInfo.java161 public ObjectIdentifier getContentType() { method in class:ContentInfo
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DJarURLConnection.java202 public String getContentType() { method in class:JarURLConnection
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java108 * <li><code>getContentType</code>
115 * <code>getContentType</code> method is used by the
118 * <code>getContentType</code> method.
153 * @see java.net.URLConnection#getContentType()
510 public String getContentType() { method in class:URLConnection
694 * calling the <code>getContentType</code> method. If this is
730 * @see java.net.URLConnection#getContentType()
1237 String contentType = stripOffParameters(getContentType());
1383 * subclasses that override the <code>getContentType</code> method.
1388 * @see java.net.URLConnection#getContentType()
[all...]
/libcore/ojluni/src/main/java/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java405 public String getContentType() { method in class:HttpsURLConnectionImpl
406 return delegate.getContentType();

Completed in 464 milliseconds