java.net
Class ContentHandler

java.lang.Object
  extended by java.net.ContentHandler

public abstract class ContentHandler
extends Object


Constructor Summary
ContentHandler()
           
 
Method Summary
abstract  Object getContent(URLConnection var0)
           
 Object getContent(URLConnection var0, Class[] var1)
           
 
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 Object getContent(URLConnection var0)
                           throws IOException
Throws:
IOException

getContent

public Object getContent(URLConnection var0,
                         Class[] var1)
                  throws IOException
Throws:
IOException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.