java.net
Class ContentHandler

java.lang.Object
  |
  +--java.net.ContentHandler

public abstract synchronized class ContentHandler
extends Object


Constructor Summary
ContentHandler()
           
 
Method Summary
abstract  Object getContent(URLConnection)
           
 Object getContent(URLConnection, Class[])
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

ContentHandler

public ContentHandler()
Method Detail

getContent

public abstract Object getContent(URLConnection)
                           throws IOException
IOException

getContent

public Object getContent(URLConnection,
                         Class[])
                  throws IOException
IOException