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 

E

encloseAndEscapeValue(String, String) - Static method in class com.dkfqs.tools.text.TextLib
Enclose a value at the start and the end with a char and escape special value chars.
ENCODE_ALGORITHM_DECODE - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Decode percent-encoded variable value.
ENCODE_ALGORITHM_ENCODE - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Encode variable value with percent-encoding algorithm.
ENCODE_ALGORITHM_NONE - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
No encoding or decoding of variable value (unchanged / keep it as is).
encodeValue(String) - Static method in class com.dkfqs.tools.lib.ParseURL
Convert a plain value to a percent-encoded/URL-encoded value by applying the UTF-8 charset.
EncryptedSocket - Class in com.dkfqs.tools.crypto
Open a SSL/TLS socket to a server.
EncryptedSocket(String, int) - Constructor for class com.dkfqs.tools.crypto.EncryptedSocket
Create a new instance with an unconnected socket.
EncryptedSocket(String, String, int) - Constructor for class com.dkfqs.tools.crypto.EncryptedSocket
Create a new instance with an unconnected socket.
EncryptedSocketHandshakeTimeoutException - Exception in com.dkfqs.tools.crypto
Signals that the timout for performing a SSL/TLS handshake has exceeded.
EncryptedSocketHandshakeTimeoutException() - Constructor for exception com.dkfqs.tools.crypto.EncryptedSocketHandshakeTimeoutException
Constructs a EncryptedSocketHandshakeTimeoutException with no detail message.
EncryptedSocketHandshakeTimeoutException(String) - Constructor for exception com.dkfqs.tools.crypto.EncryptedSocketHandshakeTimeoutException
Constructs a EncryptedSocketHandshakeTimeoutException with the specified detail message.
EncryptedSocketHandshakeTimeoutException(String, Throwable) - Constructor for exception com.dkfqs.tools.crypto.EncryptedSocketHandshakeTimeoutException
Creates a EncryptedSocketHandshakeTimeoutException with the specified detail message and cause.
EncryptedSocketHandshakeTimeoutException(Throwable) - Constructor for exception com.dkfqs.tools.crypto.EncryptedSocketHandshakeTimeoutException
Creates a EncryptedSocketHandshakeTimeoutException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
EncryptedSocketHandshakeTimeoutThread - Class in com.dkfqs.tools.crypto
An internal helper thread for EncryptedSocket which detect timeouts for blocked SSL handshakes.
endArray(A) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of an array in the JSON input.
endArrayValue(A) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of an array element in the JSON input.
endBoolean(boolean) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of a boolean literal (true or false) in the JSON input.
endNull() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of a null literal in the JSON input.
endNumber(String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of a number in the JSON input.
endObject(O) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of an object in the JSON input.
endObjectName(O, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of an object member name in the JSON input.
endObjectValue(O, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of an object member value in the JSON input.
endString(String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the end of a string in the JSON input.
equals(Object) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Indicates whether a given object is "equal to" this JsonArray.
equals(Object) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
 
equals(Object) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject.Member
Indicates whether a given object is "equal to" this JsonObject.
equals(Object) - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Indicates whether some other object is "equal to" this one according to the contract specified in Object.equals(Object).
equals(Object) - Method in class com.dkfqs.tools.json.eclipsesource.Location
 
ERROR_SEVERITY_ERROR - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Error severity 'error': After the error has occurred then the simulated aborts the execution of the current session loop and starts the execution of the next session loop.
ERROR_SEVERITY_FATAL - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Error severity 'fatal': After the error has occurred then the simulated user aborts any further execution of the test, which means that the test has ended for this simulated user.
ERROR_SEVERITY_WARNING - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Error severity 'warning': After the error has occurred then the simulated user continues with the execution of the current session loop.
escapedTextToPlainText(String) - Static method in class com.dkfqs.tools.lib.ParseURL
Convert an escaped text of a URL query string name or value parameter to plain text.
EXCLUDE_TEXT_FRAGMENT_DEFAULT_SET - Static variable in class com.dkfqs.tools.text.TextPhraseWizard
The default set of text fragments which cannot be part of a text phrase.
execute() - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
Execute the algorithm.
execute() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Search and replace the variable literals in the binary content.
execute() - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Search and replace the variable literals in content.
execute() - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
Execute the algorithm.
execute(int) - Method in class com.dkfqs.tools.text.TextPhraseWizard
Execute the wizard.
EXECUTE_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
The execute input values array file name.
EXECUTE_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.lib.SourceCodeModifierPluginExecute
The execute input values array file name.
EXECUTE_OUTPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
The execute output values array file name.
executeUserEnd(int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Called when the user has ended.
executeUserSession(int, int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Invoked when the user is supposed to execute an 'user session'.
executeUserSessionEnd(int, int, int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Invoked after the end of an executed 'user session'.
executeUserStart(int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Called when the user is started.
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