public class Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_TIMEOUT |
static int |
MAX_PER_ROUTE |
static int |
MAX_TOTAL |
static int |
SOCKET_TIMEOUT |
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
static void |
customClientSet() |
static Object |
getOption(Option option) |
static void |
init() |
static void |
refresh() |
static void |
removeOption(Option objectMapper) |
static void |
setOption(Option option,
Object value) |
static <T> Optional<T> |
tryGet(Option option,
Class<T> as) |
public static final int MAX_TOTAL
public static final int MAX_PER_ROUTE
public static final int CONNECTION_TIMEOUT
public static final int SOCKET_TIMEOUT
public static void customClientSet()
public static void refresh()
public static void init()
public static void removeOption(Option objectMapper)
Copyright © 2018. All rights reserved.