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 

G

get(int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Returns the value of the element at the specified position in this array.
get(String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the value of the member with the specified name in this object.
get16ByteRandom() - Method in class com.dkfqs.tools.websocket.Random
Get a 16 bytes random value (thread safe).
get20ByteRandom() - Method in class com.dkfqs.tools.websocket.Random
Get a 20 bytes random value (thread safe).
get4ByteRandom() - Method in class com.dkfqs.tools.websocket.Random
Get a 4 bytes random value (thread safe).
getAliases() - Method in class com.dkfqs.tools.crypto.LoadPKCS12Certificate
Get all aliases of the key store.
getAllCookies() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Get all cookies.
getAllPermanentCookies() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Get all permanent cookies (all cookies which are not session cookies).
getAllStatisticElements(boolean) - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get all elements of the network connection statistic.
getArgDataOutputDirectory() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the data output directory command line argument.
getArgDelayPerSessionLoopMillis() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the delay per session loop command line argument, or the default value if the argument was not passed.
getArgJobDescription() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the job description command line argument.
getArgMaxSessionLoopsPerUser() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the max session loops per user command line argument, or the default value if the argument was not passed.
getArgMaxTestDuration() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the max test duration command line argument, or the default value if the argument was not passed,
getArgNumberOfUsers() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the number of users command line argument, or the default value if the argument was not passed.
getArgRampUpTime() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the ramp up time command line argument.
getAsciiDump() - Method in class com.dkfqs.tools.websocket.Frame
Get a ASCII dump of the frame.
getAsString() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the full HTTP request header as a single string.
getAsString() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the full HTTP response header as a single string.
getAverageHTTPKeepAliveEfficiency() - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get the average HTTP keep alive efficiency, calculated overall Web servers.
getAverageSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get the average SSL handshake time, calculated overall Web servers.
getAverageSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the average SSL handshake time.
getAverageSSLPrepareTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the average SSL prepare time.
getAverageTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get the average TCP/IP connect time for opening the network connection to the server, calculated overall Web servers.
getAverageTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the average TCP/IP connect time for opening the network connection to the server.
getBasicAuthenticationUsername(String) - Static method in class com.dkfqs.tools.http.HTTPLib
Extract the username from basic authentication credentials.
getBoolean(String, boolean) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the boolean value of the member with the specified name in this object.
getBytesReceived() - Method in class com.dkfqs.tools.websocket.Frame
Get the total number of bytes of the frame that have received, inclusive the frame overhead (performance data)
getCharset() - Method in class com.dkfqs.tools.http.HTTPContentType
Get the charset.
getClassLoadersCount() - Method in class com.dkfqs.tools.lib.ReloadableByteArrayClassLoader
Get the number of currently used java class loaders - used for monitoring and debug purposes only.
getColumn() - Method in exception com.dkfqs.tools.json.eclipsesource.ParseException
Deprecated.
getColumnIndex() - Method in class com.dkfqs.tools.text.FindTextInContentElement
The column index (0..n-1) in the line where the text-fragment was found.
getConnectionStatistic() - Method in class com.dkfqs.tools.http.HTTPClient
Performance data, get the statistic of the network connections used by the HTTPClient.
getConnectTimeoutMillis() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the value for the socket connect timeout.
getContent() - Method in class com.dkfqs.tools.http.HTTPResponseContent
High-level function: Get the (decompressed) response content as a single byte array.
getContentAsString() - Method in class com.dkfqs.tools.http.HTTPResponseContent
High-level function: Get the (decompressed) response content as a string.
getContentMIMEType() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the received content type (MIME type) without any content type parameter extension.
getContentReadMethod() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the way how the content was read.
getContentReceiveTimeMillis() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the elapsed time duration for receiving the content data.
getContentSendTimeMillis() - Method in class com.dkfqs.tools.http.HTTPRequestContent
Get the elapsed time duration for sending the content data.
getContentSize() - Method in class com.dkfqs.tools.http.HTTPRequestContent
Get the size of the content.
getContentType() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get all parts of the HTTP header field "Content-Type".
getContentType() - Method in class com.dkfqs.tools.http.HTTPResponse
Get all parts of the HTTP header field "Content-Type".
getContentTypeCharset() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the charset of the received content type.
getContext() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the (optional) context.
getCookie(String, String, String) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Get a cookie selected by name, domain and path.
getCookieByName(String) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Get the first matching cookie selected by name.
getCookieHandler() - Method in class com.dkfqs.tools.http.HTTPClient
Get access to the cookie handler of the HTTP client.
getCookiesByName(String) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Get all cookies which match to a specific cookie name.
getCurrentConnectStep() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the current internal state of the WebSocket connection - which provides additional information if establishing a WebSocket connection to the server fails.
getDefaultDNSServers() - Static method in class com.dkfqs.tools.dns.DNSResolver
Get the default DNS servers which are applied for all new instances of the DNSResolver.
getDefaultTimeZone() - Static method in class com.dkfqs.tools.lib.Utils
Get the default time zone.
getDefinedClass(String) - Method in class com.dkfqs.tools.lib.ByteArrayClassLoader
Get an already defined class, addressed by the hash string of the class data.
getDelimiterChars() - Method in class com.dkfqs.tools.text.TextPhraseWizard
Get the delimiter chars (control characters and printable characters).
getDelimiterChars() - Method in class com.dkfqs.tools.text.UniquePatternDetector
Get the delimiter chars.
getDNSServers() - Method in class com.dkfqs.tools.dns.DNSResolver
Get the DNS servers which are set for this DNS resolver.
getDouble(String, double) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the double value of the member with the specified name in this object.
getEncodedParameterName() - Method in class com.dkfqs.tools.lib.WWWFormParameter
Get the encoded parameter name.
getEncodedParameterValue() - Method in class com.dkfqs.tools.lib.WWWFormParameter
Get the encoded parameter value.
getEndSendTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the timestamp when the last byte of the HTTP request was sent (inclusive flushing the network connection).
getErrorException() - Method in class com.dkfqs.tools.http.HTTPRequest
Get if a non HTTP error has occurred during processing of the HTTP request or response.
getExecuteEndTimestamp() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the execute end time stamp.
getExecuteStartTimestamp() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the execute start time stamp.
getExecutionThroughput() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the execution throughput of the HTTP call.
getExecutionTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the execution time of the HTTP call.
getExtendedPayloadLength() - Method in class com.dkfqs.tools.websocket.Frame
Get the extended payload length.
getExtension() - Method in class com.dkfqs.tools.http.HTTPContentType
Get the extension.
getExtractedValues() - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueExtractor
Get an array of the extracted values.
getExtractedValues() - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueExtractor
Get an array of the extracted values.
getExtractedValues() - Method in class com.dkfqs.tools.text.SimplePatternValueExtractor
Get an array of the extracted values.
getFailedReplaceVariablesList() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get a list of literal variable names whose name was not found in the name/value map.
getFailedReplaceVariablesList() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get a list of literal variable names whose name was not found in the name/value map.
getFinRsvOpcode() - Method in class com.dkfqs.tools.websocket.Frame
Get the first byte of the frame containing the fin flag and the opcode.
getFirstReceivedByteTimeStamp() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the timestamp when first byte of the HTTP response header has received.
getFirstRequestLine() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the first line of the HTTP request header.
getFirstResponseLine() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the first line of the received response header.
getFloat(String, float) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the float value of the member with the specified name in this object.
getFoundAtAbsoluteIndex() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Get the absolute index (0..n-1).
getFoundAtLineIndex() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Get the index within the line (0..n-1).
getFoundAtLineNumber() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Get the line number (1..n).
getFoundText() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Get the text which was found.
getFragmentIdentifier() - Method in class com.dkfqs.tools.lib.ParseURL
Get the fragment identifier (the text after the '#' anchor).
getFrameSendTimeoutMillis() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the value for the frame send timeout.
getHeaderField(String) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the value of a HTTP header field.
getHeaderField(String) - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the value of a header field.
getHeaderFieldList() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get a list of all HTTP header fields.
getHeaderFieldList() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get a list of all received header fields.
getHeaderFields() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get all HTTP header fields.
getHeaderFields() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get all received header fields.
getHeaderReceiveTimeMillis() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the elapsed time duration for receiving the HTTP response header.
getHeaderSendTimeMillis() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the elapsed time duration for sending the HTTP request header.
getHeaderSize() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the size of the HTTP request header.
getHeaderSize() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the size of the HTTP response header.
getHexDump() - Method in class com.dkfqs.tools.websocket.Frame
Get a HEX dump of the frame.
getHost() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the host name or IP address.
getHost() - Method in class com.dkfqs.tools.lib.ParseURL
Get the host.
getHttpPerformanceData() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the performance data of the successful executed HTTP call.
getHTTPProcessingTimeout() - Method in class com.dkfqs.tools.http.HTTPClient
Get the default value for the processing timeout per URL at HTTP level.
getHttpRequest() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the corresponding HTTP request.
getHttpRequestContent() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the HTTP request content.
getHttpRequestHeader() - Method in class com.dkfqs.tools.http.HTTPRequest
Get access to the HTTP request header.
getHttpRequestHeader() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the corresponding HTTP request header which was sent to the server.
getHttpRequestMethod() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the the HTTP request method.
getHttpRequestMethod() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the HTTP request method.
getHttpResponseContent() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the received HTTP response content.
getHttpResponseHeader() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the received HTTP response header.
getHttpResponseHeader() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the corresponding HTTP response header which was received from the server.
getHttpStatusCode() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the received HTTP status code.
getHttpStatusCode() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the received HTTP status code.
getHttpUpgradeRequestTime() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the HTTP upgrade request send time, inclusive flushing the HTTP request at network level.
getHttpUpgradeResponseTime() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the HTTP upgrade response receive time, started after the HTTP upgrade request was send and flushed, until the complete HTTP response header ws received.
getId() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the unique, internal request id.
getInt(String, int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the int value of the member with the specified name in this object.
getKey() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the Web server key of this element.
getKey() - Method in class com.dkfqs.tools.lib.KeyValuePair
Get the value.
getKeyManagerFactory() - Method in class com.dkfqs.tools.crypto.LoadPKCS12Certificate
Get the key manager factory.
getKeyManagers() - Method in class com.dkfqs.tools.crypto.LoadPKCS12Certificate
Get the key managers.
getKeyStore() - Method in class com.dkfqs.tools.crypto.LoadPKCS12Certificate
Get the key store.
getKeyStoreDump() - Method in class com.dkfqs.tools.crypto.LoadPKCS12Certificate
Get a dump of the loaded certificate(s).
getLatestSSLHandshakeTimeAndTimestamp() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the latest (newest) SSL handshake time and the corresponding Unix-like timestamp.
getLatestSSLPrepareTimeAndTimestamp() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the latest (newest) SSL context preparation time and the corresponding Unix-like timestamp.
getLatestTCPConnectTimeAndTimestamp() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the latest (newest) TCP connect time and the corresponding Unix-like timestamp.
getLeftSidePattern() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get the left side binary pattern of the literals.
getLeftSidePattern() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get the left side pattern of the literals.
getLimitMaxResults() - Method in class com.dkfqs.tools.text.SearchTextInLines
Get the limit of the maximum number of search results.
getLine() - Method in exception com.dkfqs.tools.json.eclipsesource.ParseException
Deprecated.
getLineColumnOffset() - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Get (optional) context information about the lime column offset.
getLineIndex() - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Get the index within the line where the unique pattern was detected.
getLineNumber() - Method in class com.dkfqs.tools.text.FindTextInContentElement
The line number (1..n) where the text-fragment was found.
getLineNumber() - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Get the line number where the unique pattern was detected.
getLineNumberOffset() - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Get (optional) context information about the lime number offset.
getLines() - Method in class com.dkfqs.tools.text.SearchTextInLines
Get the lines of the content, splitted by '\n', without trailing '\r'.
getLocation() - Method in exception com.dkfqs.tools.json.eclipsesource.ParseException
Returns the location at which the error occurred.
getLog() - Method in class com.dkfqs.tools.logging.CircularMemoryLogAdapter
Get the in-memory log.
getLog() - Method in class com.dkfqs.tools.logging.MemoryLogAdapter
Get a clone list of the memory log messages.
getLogAdapters() - Method in class com.dkfqs.tools.logging.CombinedLogAdapter
Get the list of all added log adapters.
getLogAsString() - Method in class com.dkfqs.tools.logging.MemoryLogAdapter
Get the memory log messages as a single String.
getLogLevel() - Method in class com.dkfqs.tools.logging.CircularMemoryLogAdapter
Get the log level.
getLogLevel() - Method in class com.dkfqs.tools.logging.CombinedLogAdapter
Get the log level of the first log adapter.
getLogLevel() - Method in interface com.dkfqs.tools.logging.LogAdapterInterface
Get the log level.
getLogLevel() - Method in class com.dkfqs.tools.logging.MemoryLogAdapter
Get the log level.
getLogLevel() - Method in class com.dkfqs.tools.logging.NullLogAdapter
Get the log level.
getLogLevel() - Method in class com.dkfqs.tools.logging.StdoutLogAdapter
Get the log level.
getLong(String, long) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the long value of the member with the specified name in this object.
getMaskingKey() - Method in class com.dkfqs.tools.websocket.Frame
Get the masking key.
getMaskPayload() - Method in class com.dkfqs.tools.websocket.Frame
Get the second byte of the frame containing the mask flag and the 7-bit payload length
getMaxHTTPResponseSize() - Method in class com.dkfqs.tools.http.HTTPClient
Get the maximal size of a HTTP response in bytes.
getMaxMemoryLinesCapacity() - Method in class com.dkfqs.tools.logging.CircularMemoryLogAdapter
Get the maximum capacity of the stored 'in memory lines'.
getMaxSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the maximum SSL handshake time.
getMaxSSLPrepareTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the maximum SSL prepare time.
getMaxStoredHTTPResponseContentLength() - Method in class com.dkfqs.tools.http.HTTPClient
Get the maximal length of a stored HTTP response content in bytes.
getMaxTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the maximum TCP/IP connect time for opening the network connection to the server.
getMimeType() - Method in class com.dkfqs.tools.http.HTTPContentType
Get the MIME type.
getMinSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the minimum SSL handshake time.
getMinSSLPrepareTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the minimum SSL prepare time.
getMinTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the minimum TCP/IP connect time for opening the network connection to the server.
getName() - Method in class com.dkfqs.tools.http.HTTPHeaderField
Get the name.
getName() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject.Member
Returns the name of this member.
getNewWebSocketKeyB64() - Method in class com.dkfqs.tools.websocket.Random
Get a new WebSocket random key which can be send to the server in the HTTP request (thread safe).
getNextLineTokens() - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Get the next line and split it into tokens - This method is thread safe.
getNextRecord() - Method in class com.dkfqs.tools.dns.DNSRandomizeAAAARecords
Get the next DNS AAAA record form the list in randomized order.
getNextRecord() - Method in class com.dkfqs.tools.dns.DNSRandomizeARecords
Get the next DNS A record form the list in randomized order.
getNextResponse() - Method in class com.dkfqs.tools.http.HTTPClient
Get the next HTTP response of all completed HTTP requests.
getNumberOfBytesRead() - Method in class com.dkfqs.tools.lib.BufferedByteCountInputStream
Get the number of bytes read.
getNumberOfPendingFramesToSend() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the number of currently pending frames to send (performance data).
getNumberOfRetries() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the number of retries of the HTTP call.
getNumberOfRetries() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the number of retries of the HTTP call.
getNumberOfWrittenBytes() - Method in class com.dkfqs.tools.lib.BufferedByteCountOutputStream
Get the number of written bytes.
getNumFailedReplaces() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get the number of failed replaces.
getNumFailedReplaces() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get the number of failed replaces.
getNumNewCreatedConnections() - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get the total number of new, successfully connected TCP/IP connections, calculated overall Web servers.
getNumNewCreatedConnections() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the total number of new, successfully connected TCP/IP connections.
getNumOutstandingRequest() - Method in class com.dkfqs.tools.http.HTTPClient
Performance data, get the number of currently outstanding requests (= number of not yet completed, pending requests).
getNumReplaces() - Method in class com.dkfqs.tools.lib.ReplaceUrlQueryStringParameterValue
The number of replaces
getNumReplaces() - Method in class com.dkfqs.tools.lib.ReplaceWWWFormParameterValue
The number of replaces
getNumReplaces() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsSuccessListEntry
Get the number of replaces.
getNumReplaces() - Method in class com.dkfqs.tools.text.SearchAndReplaceTextInContent
Get the number of replaces.
getNumReusedConnections() - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get the total number of successfully reused TCP/IP connections, calculated overall Web servers.
getNumReusedConnections() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the total number of successfully reused TCP/IP connections.
getNumSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the total number of measured SSL handshake times.
getNumSuccessfulReplaces() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get the number of successful replaces.
getNumSuccessfulReplaces() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get the number of successful replaces.
getNumTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the total number of measured TCP/IP connection times.
getOffset() - Method in exception com.dkfqs.tools.json.eclipsesource.ParseException
Deprecated.
getOldValue() - Method in class com.dkfqs.tools.json.SimpleJsonValueModifier
Get the old value of the latest executed update.
getOpcode() - Method in class com.dkfqs.tools.websocket.Frame
Get the opcode.
getOSDefaultDNSServers() - Static method in class com.dkfqs.tools.dns.DNSResolver
This method works for Java 8 only: Get the default DNS servers which are configured at operating system level.
getParameters() - Method in class com.dkfqs.tools.lib.WWWFormParameters
Get an array of all parameters.
getParseURL() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the parsed URL.
getPath() - Method in class com.dkfqs.tools.lib.ParseURL
Get the path, without (optional) CGI parameters, and without the (optional) fragment identifier.
getPayload() - Method in class com.dkfqs.tools.websocket.Frame
Get the payload data.
getPayloadLength() - Method in class com.dkfqs.tools.websocket.Frame
Get the payload length.
getPlainParameterName() - Method in class com.dkfqs.tools.lib.WWWFormParameter
Get the plain parameter name.
getPlainParameterValue() - Method in class com.dkfqs.tools.lib.WWWFormParameter
Get the plain parameter value.
getPluginErrorException() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Get the error exception of the failed plug-in method.
getPluginErrorText() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Get the error text of the failed plug-in method.
getPluginStatus() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Get the execution status of the called plug-in method.
getPort() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the TCP/IP port number.
getPort() - Method in class com.dkfqs.tools.lib.ParseURL
Get the IP port, or - if the URL contains no IP port - get the default IP port of the protocol.
getProcessingThreadName() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the (optional) temporary thread name for processing this request.
getProcessingTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the processing time of the HTTP call - inclusive the overhead time at client side to prepare/initialize the HTTP call.
getProtocol() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the protocol, 'http' or 'https'.
getProtocol() - Method in class com.dkfqs.tools.lib.ParseURL
Get the protocol.
getProtocol() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the protocol (ws or wss).
getQueryResult(String) - Method in class com.dkfqs.tools.json.SimpleCachedJsonValueExtractor
Get the simple Json value (String, long, boolean or null).
getQueryResult() - Method in class com.dkfqs.tools.json.SimpleJsonValueExtractor
Get the extracted simple value (String, long, boolean or null).
getRandomizedList() - Method in class com.dkfqs.tools.dns.DNSRandomizeAAAARecords
Get a new randomized list of DNS AAAA records, based of the list which was passed by the constructor.
getRandomizedList() - Method in class com.dkfqs.tools.dns.DNSRandomizeARecords
Get a new randomized list of DNS A records, based of the list which was passed by the constructor.
getRanking() - Method in class com.dkfqs.tools.text.TextPhraseWizardElement
Get the ranking of the text phrase.
getRawCGIParams() - Method in class com.dkfqs.tools.lib.ParseURL
Get the raw CGI parameters.
getRawContent() - Method in class com.dkfqs.tools.http.HTTPRequestContent
Get the raw content.
getRawContentType() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the raw value of the content type, as received from the server.
getRawMergedContent() - Method in class com.dkfqs.tools.http.HTTPRequestContent
High-level function: Merge the raw content fragments to one byte array.
getRawMergedContent() - Method in class com.dkfqs.tools.http.HTTPResponseContent
High-level function: Merge the raw received content fragments to one byte array (without any control chars in case if a chunked content was received).
getRawPath() - Method in class com.dkfqs.tools.lib.ParseURL
Get the raw path, inclusive (optional) CGI parameters, but without the (optional) fragment identifier.
getRawPort() - Method in class com.dkfqs.tools.lib.ParseURL
Get the raw IP port of the URL.
getRawReceivedContent() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the raw received content (which my be truncated), without any control chars in case if a chunked content was received.
getRawReceivedContentLength() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the raw received content length (the number of the received response content bytes from the Web server).
getReceivedHttpStatusText() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the received HTTP status text.
getReceivedHttpStatusText() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the received HTTP status text.
getReceivedHttpVersion() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get the received HTTP version.
getReceiveFrameStartNanoTime() - Method in class com.dkfqs.tools.websocket.Frame
Get the nano time when the first byte of the frame was received (performance data).
getReceiveFrameStartTime() - Method in class com.dkfqs.tools.websocket.Frame
Get the time when the first byte of the frame was received (performance data).
getReplacedTextList() - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
Get the list of original text-fragments which have been replaced.
getReplacedValue() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsSuccessListEntry
Get the replaced value.
getReplacedValueList() - Method in class com.dkfqs.tools.lib.ReplaceUrlQueryStringParameterValue
Get the list of replaced values (in raw, escaped format).
getRequestContentSendTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration for sending the HTTP request content.
getRequestHeader() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the list of the HTTP upgrade request header fields.
getRequestHeaderSendTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration for sending the HTTP request header.
getRequestInitializeTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the timestamp when the request was initialized.
getRequestSendTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration for sending the HTTP request (HTTP request header + HTTP request content, if any).
getRequestSpecificProcessingTimeoutMillis() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the request specific HTTP processing timeout.
getRequestStartProcessingTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the timestamp when the request was becoming into the processing state.
getResolveTimeMillis() - Method in class com.dkfqs.tools.dns.DNSResolver
Get the local measured resolve time of the last performed resolve.
getResponse(long) - Method in class com.dkfqs.tools.http.HTTPClient
Get the HTTP response for a particular HTTP request.
getResponseContentReceiveTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration for receiving the HTTP response content.
getResponseFirstByteReceiveTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration for receiving first byte of the HTTP response after the last byte of the HTTP request was sent.
getResponseHeader() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the list of the HTTP upgrade response header fields.
getResponseHeaderReceiveTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration after the first byte of the HTTP response header has read until the last byte the HTTP response header has read.
getResponseReceiveTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the elapsed time duration for receiving the HTTP response (HTTP response header + HTTP response content, if any).
getResultContent() - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
Get the result content.
getResultContent() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get the result content.
getResultContent() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get the result content.
getResultContent() - Method in class com.dkfqs.tools.text.SearchAndReplaceTextInContent
Get the result content.
getResultContent() - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
Get the result content.
getResultElements() - Method in class com.dkfqs.tools.text.FindTextInContent
Get an array of the result elements.
getResultRoot() - Method in class com.dkfqs.tools.json.SimpleJsonValueModifier
Get the root of the modified Json data.
getResultUrl() - Method in class com.dkfqs.tools.lib.ReplaceUrlQueryStringParameterValue
Get the result URL.
getResultWWWFormData() - Method in class com.dkfqs.tools.lib.ReplaceWWWFormParameterValue
Get the result form data.
getRightSidePattern() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get the right side binary pattern of the literals.
getRightSidePattern() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get the right side pattern of the literals.
getSendTimeMillis() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the elapsed time duration for sending the HTTP request.
getSessionLoopNumber() - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the current session loop number.
getSessionLoopNumber() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Get the session loop number of the simulated user (1..n).
getSHA1(byte[]) - Method in class com.dkfqs.tools.websocket.Random
Get a SHA-1 hash (thread safe).
getSSLHandshakeTime() - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Get the time elapsed to perform the SSL/TLS handshake with the server (after the TCP/IP connection was established).
getSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the time elapsed to perform the SSL/TLS handshake with the server (after the TCP/IP connection was established).
getSslHandshakeTime() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the SSL handshake time to the server (after the TCP/IP connection was established).
getSSLHandshakeTimeout() - Method in class com.dkfqs.tools.http.HTTPClient
Get the SSL handshake timeout.
getSSLPrepareTime() - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Get the time elapsed to prepare (initialize) the SSL/TLS protocol at client side, before the TCP/IP connection is opened to the server.
getSSLPrepareTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the time elapsed to prepare (initialize) the SSL/TLS protocol at client side, before the TCP/IP connection is opened to the server.
getStartContentReceiveTimestamp() - Method in class com.dkfqs.tools.http.HTTPResponseContent
Get the timestamp of the start of receiving the content data.
getStartContentSendTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequestContent
Get the timestamp of the start of sending the content data.
getStartHeaderSendTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get the timestamp of the start of sending the HTTP request header.
getStartProcessingTimestamp() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the timestamp when HTTP call was becoming into the processing state.
getStartRetryTimestamp() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the timestamp when the latest retry of the HTTP call was started.
getStartRetryTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the start retry timestamp of the HTTP call.
getStartSendTimestamp() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the timestamp of the start of sending the HTTP request.
getStatisticElement(String, String, int) - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Get a particular element of the network connection statistic.
getStatusCodeFilter() - Method in class com.dkfqs.tools.lib.HTTPStatusCodeWildcardFilter
Get the HTTP status code filter.
getStdoutLogAdapter() - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the stdout log adapter.
getString(String, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the String value of the member with the specified name in this object.
getStrippedFileName(File) - Static method in class com.dkfqs.tools.lib.Utils
Get from a file the file name without extension
getSuccessfulReplaceList() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Get a list of all successful replaced variables, inclusive the replaced value and the number of replaces.
getSuccessfulReplaceList() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Get a list of all successful replaced variables, inclusive the replaced value and the number of replaces.
getSumSSLHandshakeTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the total sum of measured SSL handshake times.
getSumTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPConnectionStatisticElement
Get the total sum of measured TCP/IP connection times.
getSyntheticHeaderFields() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Get all HTTP request header fields as a single string (without the first line of the HTTP request header).
getSyntheticHeaderFields() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Get all received header fields as a single string.
getTCPConnectTime() - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Get the TCP/IP connect time for opening the network connection to the server.
getTCPConnectTime() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the TCP/IP connect time for opening the network connection to the server.
getTCPConnectTime() - Method in class com.dkfqs.tools.lib.TCPSocket
Get the TCP/IP connect time for opening the network connection to the server.
getTCPConnectTimeout() - Method in class com.dkfqs.tools.http.HTTPClient
Get the TCP connect timeout.
getTcpIpConnectTime() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the TCP/IP connect time for opening the network connection to the server.
getText() - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Get the text of the unique pattern.
getTextFragmentAfter() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Get the text fragment after the search text, or an empty string if no such data is available.
getTextFragmentBefore() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Get the text fragment before the search text, or an empty string if no such data is available.
getTextPhrase() - Method in class com.dkfqs.tools.text.TextPhraseWizardElement
Get the text phrase.
getTLSClientAuthenticationKeyManagers() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the TLS client authentication credential (derived from a client certificate).
getTLSProtocolVersion() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the TLS protocol version (which is used for encrypted wss connections only).
getTokenIndex() - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Get the token index within the line where the unique pattern was detected.
getTokens() - Method in class com.dkfqs.tools.text.SimpleStringTokenizer
Get the array of tokens.
getTotalBytesReceived() - Method in class com.dkfqs.tools.http.HTTPClient
Get the total number of bytes which were received - counted over all ever executed HTTP/S calls.
getTotalBytesReceived() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total number of bytes which has received till now - overall frames (performance data).
getTotalBytesSent() - Method in class com.dkfqs.tools.http.HTTPClient
Get the total number of bytes which were sent - counted over all ever executed HTTP/S calls.
getTotalBytesSent() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total number of bytes which has sent till now - overall frames (performance data).
getTotalFailedSessions() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the total number of failed sessions, counted overall users.
getTotalFramesReceived() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total number of frames which has received till now (performance data).
getTotalFramesSent() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total number of frames which has sent till now (performance data).
getTotalPassedSessions() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the total number of passed sessions, counted overall users.
getTotalPayloadReceived() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total sum of payload in bytes which has received till now - overall frames (performance data).
getTotalPayloadSent() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total sum of payload in bytes which has sent till now - overall frames (performance data).
getTotalRequestSize() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the total sent HTTP request size.
getTotalRequestSize() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the total request size.
getTotalResponseSize() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
Get the total received HTTP response size.
getTotalResponseSize() - Method in class com.dkfqs.tools.http.HTTPResponse
Get the total received response size.
getUniquePatterns(int) - Method in class com.dkfqs.tools.text.UniquePatternDetector
Get a list of unique text patterns.
getUrl() - Method in class com.dkfqs.tools.http.HTTPRequest
Get the URL, as passed by the constructor.
getUrlQueryString(String) - Static method in class com.dkfqs.tools.lib.ParseURL
Get the query string of an URL.
getUrlQueryStringNameValuePairs(String) - Static method in class com.dkfqs.tools.lib.ParseURL
Get an array list of name/value pairs from an URL query string.
getUserNumber() - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Get the simulated user number.
getUserNumber() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Get the simulated user number (1..n).
getValue() - Method in class com.dkfqs.tools.http.HTTPHeaderField
Get the value.
getValue() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject.Member
Returns the value of this member.
getValue() - Method in class com.dkfqs.tools.lib.KeyValuePair
Get the value.
getVariableName() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsSuccessListEntry
Get the variable name.
getWebSocketClient() - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
Get the corresponding WebSocket client.
getWebSocketOpenTime() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Get the total time used to open the WebSocket to the server.
gUnZip(byte[]) - Static method in class com.dkfqs.tools.lib.Utils
Decompress a byte array which was compressed by the GZIP algorithm.
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