Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATE_PREEMPTIVELY |
static String |
BIND_ADDRESS |
static String |
CHUNKING_THRESHOLD |
static String |
CLOSE_CONNECTIONS_AFTER_REQUEST |
static String |
DISABLE_RESPONSE_DECOMPRESSION |
static String |
ENABLE_MOCK_WIRE_LOG |
static String |
ENCODED_URLS |
static String |
EXPECT_CONTINUE |
static String |
FORWARD_SLASHES |
static String |
HTTP_VERSION |
static String |
INCLUDE_REQUEST_IN_TIME_TAKEN |
static String |
INCLUDE_RESPONSE_IN_TIME_TAKEN |
static String |
LEAVE_MOCKENGINE |
static String |
MAX_CONNECTIONS_PER_HOST |
static String |
MAX_RESPONSE_SIZE |
static String |
MAX_TOTAL_CONNECTIONS |
static String |
REQUEST_COMPRESSION |
static String |
RESPONSE_COMPRESSION |
static String |
SOCKET_TIMEOUT |
static String |
USER_AGENT_HEADER |
Modifier and Type | Method and Description |
---|---|
SimpleForm |
getForm() |
void |
getFormValues(Settings settings) |
String |
getTitle() |
StringToStringMap |
getValues(Settings settings) |
void |
setFormValues(Settings settings) |
void |
storeValues(StringToStringMap httpValues,
Settings settings) |
public static final String AUTHENTICATE_PREEMPTIVELY
public static final String EXPECT_CONTINUE
public static final String INCLUDE_REQUEST_IN_TIME_TAKEN
public static final String INCLUDE_RESPONSE_IN_TIME_TAKEN
public static final String REQUEST_COMPRESSION
public static final String RESPONSE_COMPRESSION
public static final String CLOSE_CONNECTIONS_AFTER_REQUEST
public static final String USER_AGENT_HEADER
public static final String SOCKET_TIMEOUT
public static final String MAX_RESPONSE_SIZE
public static final String ENCODED_URLS
public static final String MAX_CONNECTIONS_PER_HOST
public static final String MAX_TOTAL_CONNECTIONS
public static final String BIND_ADDRESS
public static final String LEAVE_MOCKENGINE
public static final String CHUNKING_THRESHOLD
public static final String HTTP_VERSION
public static final String ENABLE_MOCK_WIRE_LOG
public static final String DISABLE_RESPONSE_DECOMPRESSION
public static final String FORWARD_SLASHES
public HttpPrefs(String title)
public SimpleForm getForm()
public void getFormValues(Settings settings)
getFormValues
in interface Prefs
public void storeValues(StringToStringMap httpValues, Settings settings)
storeValues
in interface Prefs
public void setFormValues(Settings settings)
setFormValues
in interface Prefs
public StringToStringMap getValues(Settings settings)
Copyright © 2019. All Rights Reserved.