public abstract class HTTPHCAbstractImpl extends HTTPAbstractImpl
Modifier and Type | Field and Description |
---|---|
protected static int |
CPS_HTTP |
protected static int |
CPS_HTTPS
Deprecated.
Not used
|
protected static java.lang.String |
HTTP_VERSION |
protected static java.net.InetAddress |
localAddress |
protected static java.lang.String |
LOCALHOST |
protected static int |
NON_PROXY_HOST_SUFFIX_SIZE |
protected static java.lang.String |
NONPROXY_HOSTS |
protected static java.util.Set<java.lang.String> |
nonProxyHostFull |
protected static java.util.List<java.lang.String> |
nonProxyHostSuffix |
protected static boolean |
PROXY_DEFINED |
protected static java.lang.String |
PROXY_DOMAIN |
protected static java.lang.String |
PROXY_HOST |
protected static java.lang.String |
PROXY_PASS |
protected static int |
PROXY_PORT |
protected static java.lang.String |
PROXY_SCHEME |
protected static java.lang.String |
PROXY_USER |
protected static boolean |
RESET_STATE_ON_THREAD_GROUP_ITERATION
Reset HTTP State when starting a new Thread Group iteration
|
protected static java.lang.ThreadLocal<java.lang.Boolean> |
resetStateOnThreadGroupIteration
Whether SSL State/Context should be reset
Shared state for any HC based implementation, because SSL contexts are the same
|
protected static int |
SO_TIMEOUT |
protected static boolean |
USE_CACHED_SSL_CONTEXT
Deprecated.
use httpclient.reset_state_on_thread_group_iteration instead
|
protected static boolean |
USE_LOOPBACK |
ADD_CONTENT_TYPE_TO_POST_IF_MISSING, ALL_EXCEPT_COOKIE, ONLY_COOKIE, testElement
APPLICATION_X_WWW_FORM_URLENCODED, CACHE_CONTROL, CONNECT, CONNECTION_CLOSE, COPY, DATE, DEFAULT_HTTP_PORT, DEFAULT_HTTP_PORT_STRING, DEFAULT_HTTPS_PORT, DEFAULT_HTTPS_PORT_STRING, DELETE, ENCODING_BROTLI, ENCODING_DEFLATE, ENCODING_GZIP, ETAG, EXPIRES, GET, HEAD, HEADER_AUTHORIZATION, HEADER_CONNECTION, HEADER_CONTENT_DISPOSITION, HEADER_CONTENT_ENCODING, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_COOKIE, HEADER_COOKIE_IN_REQUEST, HEADER_HOST, HEADER_LOCAL_ADDRESS, HEADER_LOCATION, HEADER_SET_COOKIE, HTTP_1_1, IF_MODIFIED_SINCE, IF_NONE_MATCH, KEEP_ALIVE, LAST_MODIFIED, LOCK, MKCALENDAR, MKCOL, MOVE, MULTIPART_FORM_DATA, OPTIONS, PATCH, POST, PROPFIND, PROPPATCH, PROTOCOL_HTTP, PROTOCOL_HTTPS, PUT, REPORT, SC_MOVED_PERMANENTLY, SC_MOVED_TEMPORARILY, SC_SEE_OTHER, SC_TEMPORARY_REDIRECT, SEARCH, TRACE, TRANSFER_ENCODING, UNLOCK, VARY
Modifier | Constructor and Description |
---|---|
protected |
HTTPHCAbstractImpl(HTTPSamplerBase testElement) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isDynamicProxy(java.lang.String proxyHost,
int proxyPort)
Is a dynamic proxy defined?
|
protected static boolean |
isNonProxy(java.lang.String host) |
protected static boolean |
isNullOrEmptyTrimmed(java.lang.String value) |
protected static boolean |
isPartialMatch(java.lang.String host) |
protected static boolean |
isStaticProxy(java.lang.String host)
Is a static proxy defined?
|
errorResult, getArguments, getAuthManager, getAutoRedirects, getCacheManager, getConnectTimeout, getContentEncoding, getCookieManager, getDoBrowserCompatibleMultipart, getHeaderManager, getHTTPFiles, getIpSource, getIpSourceAddress, getProxyHost, getProxyPass, getProxyPortInt, getProxyScheme, getProxyUser, getResponseTimeout, getSendFileAsPostBody, getSendParameterValuesAsPostBody, getUseKeepAlive, getUseMultipart, getUseMultipartForPost, hasArguments, isMonitor, isSuccessCode, notifyFirstSampleAfterLoopRestart, notifySSLContextWasReset, readResponse, readResponse, readResponse, readResponse, resultProcessing, sample, setUseKeepAlive, threadFinished, updateSampleResultForResourceInCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
interrupt
protected static final java.lang.String PROXY_SCHEME
protected static final java.lang.String PROXY_HOST
protected static final java.lang.String NONPROXY_HOSTS
protected static final int PROXY_PORT
protected static final boolean PROXY_DEFINED
protected static final java.lang.String PROXY_USER
protected static final java.lang.String PROXY_PASS
protected static final java.lang.String PROXY_DOMAIN
protected static final java.net.InetAddress localAddress
protected static final java.lang.String LOCALHOST
protected static final java.util.Set<java.lang.String> nonProxyHostFull
protected static final java.util.List<java.lang.String> nonProxyHostSuffix
protected static final int NON_PROXY_HOST_SUFFIX_SIZE
protected static final int CPS_HTTP
@Deprecated protected static final int CPS_HTTPS
protected static final boolean USE_LOOPBACK
protected static final java.lang.String HTTP_VERSION
protected static final int SO_TIMEOUT
protected static final boolean RESET_STATE_ON_THREAD_GROUP_ITERATION
@Deprecated protected static final boolean USE_CACHED_SSL_CONTEXT
protected static final java.lang.ThreadLocal<java.lang.Boolean> resetStateOnThreadGroupIteration
protected HTTPHCAbstractImpl(HTTPSamplerBase testElement)
protected static boolean isNonProxy(java.lang.String host)
protected static boolean isPartialMatch(java.lang.String host)
protected boolean isDynamicProxy(java.lang.String proxyHost, int proxyPort)
proxyHost
- the host to checkproxyPort
- the port to checktrue
iff both ProxyPort and ProxyHost are defined.protected static boolean isStaticProxy(java.lang.String host)
host
- to check against non-proxy hoststrue
iff a static proxy has been defined.protected static boolean isNullOrEmptyTrimmed(java.lang.String value)
value
- String value to testCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.