com.ldodds.slug.http
Interface URLTask

All Superinterfaces:
Task
All Known Implementing Classes:
URLTaskImpl

public interface URLTask
extends Task


Method Summary
 int getDepth()
           
 java.net.URL getURL()
           
 java.net.HttpURLConnection openConnection()
           
 
Methods inherited from interface com.ldodds.slug.framework.Task
getName
 

Method Detail

getURL

public java.net.URL getURL()

getDepth

public int getDepth()

openConnection

public java.net.HttpURLConnection openConnection()
                                          throws java.io.IOException
Throws:
java.io.IOException