com.jeffpalm.util
Class HttpURL

java.lang.Object
  extended by com.jeffpalm.util.HttpURL

public final class HttpURL
extends java.lang.Object


Constructor Summary
HttpURL(java.lang.String urlString)
           
 
Method Summary
 java.net.URL url()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpURL

public HttpURL(java.lang.String urlString)
        throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

url

public java.net.URL url()