扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net类httpurlconnection的类成员方法: instancefollowredirects定义及介绍
发布时间:2014-2-17
本文导语:
instancefollowredirects
protected boolean instancefollowredirects
如果为 true,则协议自动执行重定向。如果为 false,则协议不会自动执行重定向。
此字段由 setinstancefollowredirects 方法设置。其值由 getinstancefollowredirects 方法返回。
其默认...