java.net
Class URLConnection.DefaultContentHandler
java.lang.Object
java.net.ContentHandler
java.net.URLConnection.DefaultContentHandler
- Enclosing class:
- URLConnection
static class URLConnection.DefaultContentHandler
- extends ContentHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLConnection.DefaultContentHandler
URLConnection.DefaultContentHandler()
getContent
public Object getContent(URLConnection u)
throws IOException
- Description copied from class:
ContentHandler
- Returns the object pointed by the specified URL Connection
uConn.
- Specified by:
getContent in class ContentHandler
- Parameters:
u - the URL connection
- Returns:
- java.lang.Object the object referred by
uConn
- Throws:
IOException - thrown if an IO error occurs during the retrieval of the
object- See Also:
ContentHandler.getContent(java.net.URLConnection)
Please submit a feedback, bug or feature