maxRedirects 属性
getter/setter 对
当 followRedirects 为 true
时,设置此属性以指定最多可以跟随的重定向次数。如果超出此数值,将添加一个包含 RedirectException 的错误事件。
默认值为 5。
实现
int maxRedirects = 5;
当 followRedirects 为 true
时,设置此属性以指定最多可以跟随的重定向次数。如果超出此数值,将添加一个包含 RedirectException 的错误事件。
默认值为 5。
int maxRedirects = 5;