bad.robot.http.configuration
Class AutomaticRedirectHandling

java.lang.Object
  extended by bad.robot.http.AbstractValueType<Boolean>
      extended by bad.robot.http.configuration.AutomaticRedirectHandling
All Implemented Interfaces:
Configuration, ValueType<Boolean>

public class AutomaticRedirectHandling
extends AbstractValueType<Boolean>
implements Configuration


Field Summary
 
Fields inherited from class bad.robot.http.AbstractValueType
value
 
Method Summary
 void applyTo(Configurable configurable)
           
static AutomaticRedirectHandling off()
           
static AutomaticRedirectHandling on()
           
 
Methods inherited from class bad.robot.http.AbstractValueType
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

on

public static AutomaticRedirectHandling on()

off

public static AutomaticRedirectHandling off()

applyTo

public void applyTo(Configurable configurable)
Specified by:
applyTo in interface Configuration


Copyright © 2012. All Rights Reserved.