maxRedirects 属性
getter/setter 对
当 followRedirects 为 true
时,设置此属性以跟踪重定向的最大数量。如果超过此数值,将添加一个带 RedirectException 的错误事件。
默认值为 5。
实现
int maxRedirects = 5;
当 followRedirects 为 true
时,设置此属性以跟踪重定向的最大数量。如果超过此数值,将添加一个带 RedirectException 的错误事件。
默认值为 5。
int maxRedirects = 5;