org.gudy.azureus2.core3.html.impl
Class HTMLPageImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.html.impl.HTMLChunkImpl
      extended by org.gudy.azureus2.core3.html.impl.HTMLPageImpl
All Implemented Interfaces:
HTMLChunk, HTMLPage

public class HTMLPageImpl
extends HTMLChunkImpl
implements HTMLPage


Constructor Summary
HTMLPageImpl(InputStream is, String charset, boolean close_file)
           
 
Method Summary
 URL getMetaRefreshURL()
           
 URL getMetaRefreshURL(URL base_url)
           
 
Methods inherited from class org.gudy.azureus2.core3.html.impl.HTMLChunkImpl
getContent, getTags, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gudy.azureus2.core3.html.HTMLChunk
getContent
 

Constructor Detail

HTMLPageImpl

public HTMLPageImpl(InputStream is,
                    String charset,
                    boolean close_file)
             throws HTMLException
Throws:
HTMLException
Method Detail

getMetaRefreshURL

public URL getMetaRefreshURL()
Specified by:
getMetaRefreshURL in interface HTMLPage

getMetaRefreshURL

public URL getMetaRefreshURL(URL base_url)
Specified by:
getMetaRefreshURL in interface HTMLPage