Skip to content

Commit

Permalink
Deprecating apache httpclient based implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 9, 2018
1 parent 4351f22 commit f7eeab8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import java.util.Map;
import java.util.StringTokenizer;

@Deprecated
public class ApacheHttpClient implements org.openqa.selenium.remote.http.HttpClient {

private static final int MAX_REDIRECTS = 10;
Expand Down Expand Up @@ -247,6 +248,7 @@ private boolean isRedirect(org.apache.http.HttpResponse response) {
&& response.containsHeader("location");
}

@Deprecated
public static class Factory implements org.openqa.selenium.remote.http.HttpClient.Factory {

private static HttpClientFactory defaultClientFactory;
Expand Down

0 comments on commit f7eeab8

Please sign in to comment.