Class TextPlainContentHandler

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

public class TextPlainContentHandler
extends java.net.ContentHandler


Constructor Summary
TextPlainContentHandler()
           
 
Method Summary
 java.lang.Object getContent(java.net.URLConnection connection)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TextPlainContentHandler

public TextPlainContentHandler()
Method Detail

getContent

public java.lang.Object getContent(java.net.URLConnection connection)
                            throws java.io.IOException
Overrides:
getContent in class java.net.ContentHandler