Example usage for org.apache.http.client.methods RequestBuilder setConfig

List of usage examples for org.apache.http.client.methods RequestBuilder setConfig

Introduction

In this page you can find the example usage for org.apache.http.client.methods RequestBuilder setConfig.

Prototype

public RequestBuilder setConfig(final RequestConfig config) 

Source Link

Usage