Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

H

hasContent() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get if any content has received.
hasErrorException() - Method in class com.dkfqs.tools.http.HTTPRequest
Get if a non HTTP error has occurred during processing of the HTTP request or response.
hashCode() - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
 
hashCode() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
 
hashCode() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject.Member
 
hashCode() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
 
hashCode() - Method in class com.dkfqs.tools.json.eclipsesource.Location
 
hasHeaderField(String) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get if a HTTP header field exists.
hasHttpRequestContent() - Method in class com.dkfqs.tools.http.HTTPRequest
Get if the HTTP request has a request content.
hasMaskingKey() - Method in class com.dkfqs.tools.websocket.Frame
Get it the mask flag is set.
hasNoPath() - Method in class com.dkfqs.tools.lib.ParseURL
Get if the URL has no path.
HTTP_REQUEST_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
The http request input values array file name.
HTTP_REQUEST_OUTPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
The http request output values array file name.
HTTP_RESPONSE_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
The http response input values array file name.
HTTP_RESPONSE_OUTPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
The http response output values array file name.
HTTPClient - Class in com.dkfqs.tools.http
A HTTP client which supports to measure detailed, far-reaching performance data.
HTTPClient(LogAdapterInterface) - Constructor for class com.dkfqs.tools.http.HTTPClient
Create a new instance with 4 processing threads.
HTTPClient(LogAdapterInterface, int) - Constructor for class com.dkfqs.tools.http.HTTPClient
Create a new instance with a specific number processing threads.
HTTPClientAsyncResponseHandler - Interface in com.dkfqs.tools.http
An interface for instantly processing the received HTTP responses of a HTTPClient.
HTTPClientCountBytesReceivedInterface - Interface in com.dkfqs.tools.http
Called each time when the HTTP client has received a data fragment from a server.
HTTPClientCountBytesSentInterface - Interface in com.dkfqs.tools.http
Called each time when the HTTP client has sent a data fragment to a server.
HTTPClientDebuggerInterface - Interface in com.dkfqs.tools.http
The HTTP Client debugger interface.
HTTPClientException - Exception in com.dkfqs.tools.http
Signals that an error occurred at HTTPClient level (for example: invalid usage of a HTTPClient method).
HTTPClientException() - Constructor for exception com.dkfqs.tools.http.HTTPClientException
Constructs a HTTPClientException with no detail message.
HTTPClientException(String) - Constructor for exception com.dkfqs.tools.http.HTTPClientException
Constructs a HTTPClientException with the specified detail message.
HTTPClientException(String, Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPClientException
Creates a HTTPClientException with the specified detail message and cause.
HTTPClientException(Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPClientException
Creates a HTTPClientException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
HTTPConnectionStatistic - Class in com.dkfqs.tools.http
An overall statistic of the network connections used by a HTTPClient (instance).
HTTPConnectionStatisticElement - Class in com.dkfqs.tools.http
An element of the HTTPConnectionStatistic which contains measured performance statistics about the SSL prepare time (at client side), the TCP/IP connect time and the SSL handshake time for a particular Web server key = "<protocol> + '|' + <host> + '|' + <port>".
HTTPContentTooLargeException - Exception in com.dkfqs.tools.http
Signals that the HTTP content is larger than 2^31-1 bytes (‭2.147.483.647 bytes‬).
HTTPContentTooLargeException() - Constructor for exception com.dkfqs.tools.http.HTTPContentTooLargeException
Constructs a HTTPContentTooLargeException with no detail message.
HTTPContentTooLargeException(String) - Constructor for exception com.dkfqs.tools.http.HTTPContentTooLargeException
Constructs a HTTPContentTooLargeException with the specified detail message.
HTTPContentTooLargeException(String, Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPContentTooLargeException
Creates a HTTPContentTooLargeException with the specified detail message and cause.
HTTPContentTooLargeException(Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPContentTooLargeException
Creates a HTTPContentTooLargeException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
HTTPContentTruncatedException - Exception in com.dkfqs.tools.http
Signals that the stored HTTP response content was truncated (but was still fully read).
HTTPContentTruncatedException() - Constructor for exception com.dkfqs.tools.http.HTTPContentTruncatedException
Constructs a HTTPContentTruncatedException with no detail message.
HTTPContentTruncatedException(String) - Constructor for exception com.dkfqs.tools.http.HTTPContentTruncatedException
Constructs a HTTPContentTruncatedException with the specified detail message.
HTTPContentTruncatedException(String, Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPContentTruncatedException
Creates a HTTPContentTruncatedException with the specified detail message and cause.
HTTPContentTruncatedException(Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPContentTruncatedException
Creates a HTTPContentTruncatedException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
HTTPContentType - Class in com.dkfqs.tools.http
Get all parts of a HTTP "Content-Type" header field.
HTTPContentType(String) - Constructor for class com.dkfqs.tools.http.HTTPContentType
Create a new instance.
HTTPCookieHandler - Class in com.dkfqs.tools.http
A HTTP cookie handler for a HTTPClient instance.
HTTPHeaderField - Class in com.dkfqs.tools.http
A HTTP header field.
HTTPHeaderField(String, String) - Constructor for class com.dkfqs.tools.http.HTTPHeaderField
Create a new instance.
HTTPLib - Class in com.dkfqs.tools.http
HTTP utils library.
HTTPPerformanceData - Class in com.dkfqs.tools.http
The measured performance data of a single, successful executed HTTP call.
HTTPProtocolViolationException - Exception in com.dkfqs.tools.http
Signals that invalid data have detected at HTTP protocol level.
HTTPProtocolViolationException() - Constructor for exception com.dkfqs.tools.http.HTTPProtocolViolationException
Constructs a HTTPProtocolViolationException with no detail message.
HTTPProtocolViolationException(String) - Constructor for exception com.dkfqs.tools.http.HTTPProtocolViolationException
Constructs a HTTPProtocolViolationException with the specified detail message.
HTTPProtocolViolationException(String, Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPProtocolViolationException
Creates a HTTPProtocolViolationException with the specified detail message and cause.
HTTPProtocolViolationException(Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPProtocolViolationException
Creates a HTTPProtocolViolationException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
HTTPRequest - Class in com.dkfqs.tools.http
A HTTP request.
HTTPRequest(HTTPClientContext, String, String) - Constructor for class com.dkfqs.tools.http.HTTPRequest
Create and initialize a new instance.
HTTPRequestContent - Class in com.dkfqs.tools.http
The content of a HTTP request.
HTTPRequestContent() - Constructor for class com.dkfqs.tools.http.HTTPRequestContent
Create a new, empty instance.
HTTPRequestContent(byte[]) - Constructor for class com.dkfqs.tools.http.HTTPRequestContent
Create a new instance and add the data of a byte array to the content.
HTTPRequestHeader - Class in com.dkfqs.tools.http
A HTTP request header.
HTTPResponse - Class in com.dkfqs.tools.http
A received HTTP response.
HTTPResponseContent - Class in com.dkfqs.tools.http
A received HTTP response content.
HTTPResponseHeader - Class in com.dkfqs.tools.http
A received HTTP response header.
HTTPResponseTooLargeException - Exception in com.dkfqs.tools.http
Signals that a HTTP response is too large.
HTTPResponseTooLargeException() - Constructor for exception com.dkfqs.tools.http.HTTPResponseTooLargeException
Constructs a HTTPResponseTooLargeException with no detail message.
HTTPResponseTooLargeException(String) - Constructor for exception com.dkfqs.tools.http.HTTPResponseTooLargeException
Constructs a HTTPResponseTooLargeException with the specified detail message.
HTTPResponseTooLargeException(String, Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPResponseTooLargeException
Creates a HTTPResponseTooLargeException with the specified detail message and cause.
HTTPResponseTooLargeException(Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPResponseTooLargeException
Creates a HTTPResponseTooLargeException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
HTTPStatusCodeWildcardFilter - Class in com.dkfqs.tools.lib
Filter HTTP status codes by applying a list of HTTP status codes which can contain '*' and '?' wildcards.
HTTPStatusCodeWildcardFilter(String) - Constructor for class com.dkfqs.tools.lib.HTTPStatusCodeWildcardFilter
Create a new instance.
HTTPTimeoutExceededException - Exception in com.dkfqs.tools.http
Signals that a timeout occurred at HTTP level.
HTTPTimeoutExceededException() - Constructor for exception com.dkfqs.tools.http.HTTPTimeoutExceededException
Constructs a HTTPTimeoutExceededException with no detail message.
HTTPTimeoutExceededException(String) - Constructor for exception com.dkfqs.tools.http.HTTPTimeoutExceededException
Constructs a HTTPTimeoutExceededException with the specified detail message.
HTTPTimeoutExceededException(String, Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPTimeoutExceededException
Creates a HTTPTimeoutExceededException with the specified detail message and cause.
HTTPTimeoutExceededException(Throwable) - Constructor for exception com.dkfqs.tools.http.HTTPTimeoutExceededException
Creates a HTTPTimeoutExceededException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links