public static interface DefaultHttpClientFactory.Options
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FOLLOW_REDIRECTS |
static int |
DEFAULT_REQUEST_BUFFER_SIZE
The default maximum size of the jetty request buffer (@value
16384).
|
static int |
DEFAULT_RESPONSE_BUFFER_SIZE
The default maximum size of the jetty response buffer (@value
16384).
|
static String |
DEFAULT_SSL_KEYSTORE_PATH
There is no default SSL keystore.
|
static String |
FOLLOW_REDIRECTS |
static String |
REQUEST_BUFFER_SIZE
The name of the system property that may be used to specify the maximum
size (in bytes) for the Jetty request buffer (default @value
16384)
|
static String |
RESPONSE_BUFFER_SIZE
The name of the system property that may be used to specify the maximum
size (in bytes) for the Jetty response buffer (default @value
16384)
|
static String |
SSL_KEYSTORE_PATH
This is the name of an optional System property that may be used to
override the
IHttpClientFactory implementation class (default
). |
static final String SSL_KEYSTORE_PATH
IHttpClientFactory
implementation class (default
).static final String DEFAULT_SSL_KEYSTORE_PATH
static final String FOLLOW_REDIRECTS
static final String DEFAULT_FOLLOW_REDIRECTS
static final String RESPONSE_BUFFER_SIZE
static final int DEFAULT_RESPONSE_BUFFER_SIZE
Note: The default value for the jetty platform is 16kb.
static final String REQUEST_BUFFER_SIZE
static final int DEFAULT_REQUEST_BUFFER_SIZE
Note: The default value for the jetty platform is 4kb.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.