|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.net.ContentHandler | +--java.net.UnknownContentHandler
Constructor Summary | |
(package private) |
UnknownContentHandler()
|
Method Summary | |
Object |
getContent(URLConnection uc)
Enabled: Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it. |
Methods inherited from class java.net.ContentHandler |
getContent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
UnknownContentHandler()
Method Detail |
public Object getContent(URLConnection uc) throws IOException
ContentHandler
getContent
in class ContentHandler
uc
- a URL connection.
ContentHandler
.
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |