Package com.mashape.unirest.http.options
Class Options
- java.lang.Object
-
- com.mashape.unirest.http.options.Options
-
public class Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCONNECTION_TIMEOUTstatic intMAX_PER_ROUTEstatic intMAX_TOTAL
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectgetOption(Option option)static voidrefresh()static voidsetOption(Option option, Object value)
-
-
-
Field Detail
-
CONNECTION_TIMEOUT
public static final long CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
-
MAX_TOTAL
public static final int MAX_TOTAL
- See Also:
- Constant Field Values
-
MAX_PER_ROUTE
public static final int MAX_PER_ROUTE
- See Also:
- Constant Field Values
-
-