All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.dreampie.client.HttpClientRequire Maven / Gradle / Ivy

The newest version!
package cn.dreampie.client;

import java.net.HttpURLConnection;

/**
 * @author Dreampie
 * @date 2015-09-14
 * @what
 */
public class HttpClientRequire {

  /**
   * 重新登录的条件
   *
   * @param result
   * @return
   */
  public boolean relogin(HttpClientResult result) {
    return result.getStatus().getCode() == HttpURLConnection.HTTP_UNAUTHORIZED;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy