Home
last modified time | relevance | path

Searched defs:getContent (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/net/
DContentHandler.java41 public abstract Object getContent(URLConnection uConn) throws IOException; in getContent() method in ContentHandler
57 public Object getContent(URLConnection uConn, Class[] types) in getContent() method in ContentHandler
DURLConnection.java192 public Object getContent() throws java.io.IOException { in getContent() method in URLConnection
226 public Object getContent(Class[] types) throws IOException { in getContent() method in URLConnection
1041 public Object getContent(URLConnection u) throws IOException { in getContent() method in URLConnection.DefaultContentHandler
DURL.java446 public final Object getContent() throws IOException { in getContent() method in URL
454 public final Object getContent(Class[] types) throws IOException { in getContent() method in URL
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DContentHandlerTest.java57 public Object getContent(URLConnection uConn) throws IOException { in getContent() method in ContentHandlerImpl
DContentHandlerFactoryTest.java134 public Object getContent(URLConnection u) { in getContent() method in ContentHandlerFactoryTest.TestContentHandler
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
DContentInfo.java70 public Object getContent() { in getContent() method in ContentInfo
/libcore/luni/src/main/java/libcore/net/url/
DJarURLConnectionImpl.java303 public Object getContent() throws IOException { in getContent() method in JarURLConnectionImpl
/libcore/luni/src/main/java/libcore/net/http/
DHttpsURLConnectionImpl.java174 public Object getContent() throws IOException { in getContent() method in HttpsURLConnectionImpl
180 public Object getContent(Class[] types) throws IOException { in getContent() method in HttpsURLConnectionImpl