kAWT Version 0.90

java.net
Class ContentHandler

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

public abstract synchronized class ContentHandler
extends java.lang.Object


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

Constructor Detail

ContentHandler

public ContentHandler()
Method Detail

getContent

public abstract java.lang.Object getContent(URLConnection)
                                     throws java.io.IOException

getContent

public java.lang.Object getContent(URLConnection,
                                   java.lang.Class[])
                            throws java.io.IOException

kAWT Version 0.90