Package dev.vality.http.client.factory
Interface RequestFactory<T>
- All Known Implementing Classes:
UrlParamsRequestFactory
public interface RequestFactory<T>
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CONNECTION_TIMEOUT_MSstatic intDEFAULT_SOCKET_TIMEOUT_MS -
Method Summary
Modifier and Type Method Description org.apache.http.client.methods.HttpPostcreate(T request, String url)org.apache.http.client.methods.HttpPostcreateHttpPostUrlParams(T request, String url, int executionTimeout)org.apache.http.client.methods.HttpPostcreateHttpPostUrlParams(T request, String url, int timeout, int executionTimeout)
-
Field Details
-
DEFAULT_CONNECTION_TIMEOUT_MS
static final int DEFAULT_CONNECTION_TIMEOUT_MS- See Also:
- Constant Field Values
-
DEFAULT_SOCKET_TIMEOUT_MS
static final int DEFAULT_SOCKET_TIMEOUT_MS- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
createHttpPostUrlParams
-
createHttpPostUrlParams
-