Package com.codebarrel.tenant.api.http
Class HttpRequestProperties
java.lang.Object
com.codebarrel.tenant.api.http.HttpRequestProperties
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static HttpRequestPropertiesinttoString()static HttpRequestPropertieswithParameters(Map<String, String[]> params) static HttpRequestProperties
-
Field Details
-
DEFAULT_TIMEOUT_MS
public static final int DEFAULT_TIMEOUT_MS- See Also:
-
MEDIUM_TIMEOUT_MS
public static final int MEDIUM_TIMEOUT_MS- See Also:
-
SHORT_TIMEOUT_MS
public static final int SHORT_TIMEOUT_MS- See Also:
-
-
Method Details