扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net类httpurlconnection的类成员方法: getfollowredirects定义及介绍
发布时间:2014-2-17
本文导语:
getfollowredirects
public static boolean getfollowredirects()
返回指示是否应该自动执行 http 重定向 (3xx) 的 boolean 值。
返回:如果应该自动执行 http 重定向,则返回 true;否则返回 false。另请参见:setfollowredirects(boolean)