Package java.net
Class ContentHandler
- java.lang.Object
-
- java.net.ContentHandler
-
public abstract class ContentHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Object
getContent(URLConnection var0)
Object
getContent(URLConnection var0, Class[] var1)
-
-
-
Method Detail
-
getContent
public abstract Object getContent(URLConnection var0) throws IOException
- Throws:
IOException
-
getContent
public Object getContent(URLConnection var0, Class[] var1) throws IOException
- Throws:
IOException
-
-