Home
last modified time | relevance | path

Searched defs:getContent (Results 1 – 6 of 6) 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.java188 public Object getContent() throws java.io.IOException { in getContent() method in URLConnection
222 public Object getContent(Class[] types) throws IOException { in getContent() method in URLConnection
1016 public Object getContent(URLConnection u) throws IOException { in getContent() method in URLConnection.DefaultContentHandler
DURL.java454 public final Object getContent() throws IOException { in getContent() method in URL
462 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
/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.java297 public Object getContent() throws IOException { in getContent() method in JarURLConnectionImpl