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 

D

declareStatistic(long, String, String, String, String, String, int, boolean, String) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Declare a new statistic.
declareStatistics() - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Declare all statistics which are known to be measured.
decodeValue(String) - Static method in class com.dkfqs.tools.lib.ParseURL
Convert a percent-encoded/URL-encoded value to a plain value by applying the UTF-8 charset.
DECONSTRUCT_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
The deconstruct input values array file name.
DECONSTRUCT_OUTPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
The deconstruct output values array file name.
DEFAULT_COMMENT_TAG - Static variable in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
The default comment tag = "#".
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class com.dkfqs.tools.websocket.WebSocketClient
The default value for the socket connect timeout in milliseconds.
DEFAULT_DELIMITER_CHARS - Static variable in class com.dkfqs.tools.text.UniquePatternDetector
The default delimiter chars.
DEFAULT_FRAME_SEND_TIMEOUT_MILLIS - Static variable in class com.dkfqs.tools.websocket.WebSocketClient
The default value for the frame send timeout in milliseconds.
DEFAULT_HANDSHAKE_TIMEOUT_MILLIS - Static variable in class com.dkfqs.tools.crypto.EncryptedSocket
The default SSL/TLS handshake timeout in milliseconds = 8000.
DEFAULT_LEFT_SIDE_PATTERN - Static variable in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
The default left side binary pattern of the literals.
DEFAULT_LEFT_SIDE_PATTERN - Static variable in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
The default left side pattern of the literals.
DEFAULT_RETRIES_PER_DNS_SERVER - Static variable in class com.dkfqs.tools.dns.DNSResolver
The default number of resolve-retries per DNS server.
DEFAULT_RIGHT_SIDE_PATTERN - Static variable in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
The default right side binary pattern of the literals.
DEFAULT_RIGHT_SIDE_PATTERN - Static variable in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
The default right side pattern of the literals.
DEFAULT_TCP_CONNECT_TIMEOUT_MILLIS - Static variable in class com.dkfqs.tools.crypto.EncryptedSocket
The default TCP connect timeout in milliseconds = 10000.
DEFAULT_TCP_CONNECT_TIMEOUT_MILLIS - Static variable in class com.dkfqs.tools.lib.TCPSocket
The default TCP connect timeout in milliseconds = 10000.
DEFAULT_TIMEOUT_PER_DNS_SERVER_MILLIS - Static variable in class com.dkfqs.tools.dns.DNSResolver
The default resolve-timeout which is applied per DNS server.
DEFAULT_TLS_PROTOCOL_VERSION - Static variable in class com.dkfqs.tools.websocket.WebSocketClient
The default TLS protocol version for encrypted wss connections.
DEFAULT_TOKEN_DELIMITER - Static variable in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
The default line token delimiter = "," (comma).
defineClass(byte[]) - Method in class com.dkfqs.tools.lib.ByteArrayClassLoader
Define a class from a byte array.
defineClass(byte[], String) - Method in class com.dkfqs.tools.lib.ByteArrayClassLoader
Define a class from a byte array.
defineClass(byte[]) - Method in class com.dkfqs.tools.lib.ReloadableByteArrayClassLoader
Define a class from a byte array.
disconnect(long) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Disconnect the WebSocket from the server.
DNSRandomizeAAAARecords - Class in com.dkfqs.tools.dns
Randomize a list of DNS AAAA records.
DNSRandomizeAAAARecords(ArrayList<AAAARecord>) - Constructor for class com.dkfqs.tools.dns.DNSRandomizeAAAARecords
Create a new instance.
DNSRandomizeARecords - Class in com.dkfqs.tools.dns
Randomize a list of DNS A records.
DNSRandomizeARecords(ArrayList<ARecord>) - Constructor for class com.dkfqs.tools.dns.DNSRandomizeARecords
Create a new instance.
DNSResolver - Class in com.dkfqs.tools.dns
A DNS resolver with a disabled DNS cache, which supports to set a custom resolve timeout, to set custom DNS servers, and supports to measure the resolve time at application level.
DNSResolver() - Constructor for class com.dkfqs.tools.dns.DNSResolver
Create a new DNS resolver which uses the default DNS server(s).
DNSResolver(String[]) - Constructor for class com.dkfqs.tools.dns.DNSResolver
Create a new DNS resolver which uses custom DNS server(s).
DNSResolveTimeoutException - Exception in com.dkfqs.tools.dns
Signals that a timeout has occurred when performing a DNS query to a DNS server.
DNSResolveTimeoutException() - Constructor for exception com.dkfqs.tools.dns.DNSResolveTimeoutException
Constructs a DNSResolveTimeoutException with no detail message.
DNSResolveTimeoutException(String) - Constructor for exception com.dkfqs.tools.dns.DNSResolveTimeoutException
Constructs a DNSResolveTimeoutException with the specified detail message.
DNSResolveTimeoutException(String, Throwable) - Constructor for exception com.dkfqs.tools.dns.DNSResolveTimeoutException
Creates a DNSResolveTimeoutException with the specified detail message and cause.
DNSResolveTimeoutException(Throwable) - Constructor for exception com.dkfqs.tools.dns.DNSResolveTimeoutException
Creates a DNSResolveTimeoutException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
domainMatches(String, String) - Static method in class com.dkfqs.tools.http.HTTPCookieHandler
Replacement for java.net.HttpCookie.domainMatches(..) because the java original implementation does not support RFC 6265 section 4.1.2.3
domainPathNameComparator - Static variable in class com.dkfqs.tools.http.HTTPCookieHandler
Used to sort a list of cookies first by domain, second by path and third by name (all case insensitive).
dumpConnectionPoolToStdout() - Method in class com.dkfqs.tools.http.HTTPClient
For debug purposes only, dump the network connection pool to stdout.
dumpKeyStore() - Method in class com.dkfqs.tools.crypto.LoadPKCS12Certificate
Dump the key store of the loaded certificate(s) to stdout.
dumpLines() - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
For debug purpose only, dump all lines to stdout.
dumpProcessingPoolToStdout() - Method in class com.dkfqs.tools.http.HTTPClient
For debug purposes only, dump the HTTP client processing pool to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.http.HTTPConnectionStatistic
Dump the network connection statistic to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
For debug purpose only, dump all cookies to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
For debug purpose only, dump the measured data to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Dump the HTTP request header to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.http.HTTPResponseHeader
Dump the HTTP response header to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.lib.WWWFormParameter
Dump the fields of this instance to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.text.SearchTextInLinesResult
Dump the content of this instance to stdout.
dumpToStdout() - Method in class com.dkfqs.tools.text.TextPhraseWizardElement
Dump the data of this instance to stdout.
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