Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DContentHandler.java81 abstract public Object getContent(URLConnection urlc) throws IOException; in getContent() method in ContentHandler
100 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { in getContent() method in ContentHandler
DURLConnection.java732 public Object getContent() throws IOException { in getContent() method in URLConnection
760 public Object getContent(Class[] classes) throws IOException { in getContent() method in URLConnection
1784 public Object getContent(URLConnection uc) throws IOException { in getContent() method in UnknownContentHandler
DURL.java1071 public final Object getContent() throws java.io.IOException { in getContent() method in URL
1089 public final Object getContent(Class[] classes) 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/ojluni/src/main/java/sun/security/pkcs/
DContentInfo.java157 public DerValue getContent() { in getContent() method in ContentInfo
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarURLConnection.java192 public Object getContent() throws IOException { in getContent() method in JarURLConnection