org.jasig.cas.util
Class UrlUtils

java.lang.Object
  extended byorg.jasig.cas.util.UrlUtils

public final class UrlUtils
extends java.lang.Object

Utilities class for generic functions related to URLs.

Since:
3.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Method Summary
static int getResponseCodeFromString(java.lang.String url)
           
static int getResponseCodeFromUrl(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResponseCodeFromString

public static int getResponseCodeFromString(java.lang.String url)

getResponseCodeFromUrl

public static int getResponseCodeFromUrl(java.net.URL url)


Copyright © 2004-2005 Java Architectures Special Interest Group. All Rights Reserved.