maxRedirects 属性

int maxRedirects
getter/setter 对

followRedirectstrue 时,设置此属性以指定最多可以跟随的重定向次数。如果超出此数值,将添加一个包含 RedirectException 的错误事件。

默认值为 5。

实现

int maxRedirects = 5;