Package adams.flow.core
Interface HttpRedirectSupporter
-
- All Known Implementing Classes:
HttpRequest,HttpRequest
public interface HttpRedirectSupporterInterface for classes that support HTTP redirects.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringallowRedirectsTipText()Returns the tip text for this property.booleangetAllowRedirects()Returns whether redirects are allowed.voidsetAllowRedirects(boolean value)Sets whether to allow redirects.
-
-
-
Method Detail
-
setAllowRedirects
void setAllowRedirects(boolean value)
Sets whether to allow redirects.- Parameters:
value- true if to allow
-
getAllowRedirects
boolean getAllowRedirects()
Returns whether redirects are allowed.- Returns:
- true if allowed
-
allowRedirectsTipText
String allowRedirectsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-