org.freecompany.brimstone.core
Class HttpConnectionValidator

java.lang.Object
  extended by org.freecompany.brimstone.core.HttpConnectionValidator
All Implemented Interfaces:
ConnectionValidator

public class HttpConnectionValidator
extends java.lang.Object
implements ConnectionValidator


Constructor Summary
HttpConnectionValidator()
           
 
Method Summary
 void checkStatus(java.net.URLConnection _connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectionValidator

public HttpConnectionValidator()
Method Detail

checkStatus

public void checkStatus(java.net.URLConnection _connection)
                 throws java.io.IOException
Specified by:
checkStatus in interface ConnectionValidator
Throws:
java.io.IOException