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 

R

Random - Class in com.dkfqs.tools.websocket
A thread safe random value generator for WebSockets.
Random() - Constructor for class com.dkfqs.tools.websocket.Random
Create a new initialized instance.
read() - Method in class com.dkfqs.tools.lib.BufferedByteCountInputStream
Reads the next byte of data from this stream.
read(byte[]) - Method in class com.dkfqs.tools.lib.BufferedByteCountInputStream
Reads up to byte.length bytes of data from this stream into an array of bytes.
read(byte[], int, int) - Method in class com.dkfqs.tools.lib.BufferedByteCountInputStream
Reads up to len bytes of data from this stream into an array of bytes.
readFile() - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Read the file into memory.
readFrom(Reader) - Static method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Deprecated.
readFrom(String) - Static method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Deprecated.
readFrom(Reader) - Static method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Deprecated.
readFrom(String) - Static method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Deprecated.
readFrom(Reader) - Static method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Deprecated.
Use Json.parse(Reader) instead
readFrom(String) - Static method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Deprecated.
Use Json.parse(String) instead
ReceiveAlwaysTimeoutWebSocketServer - Class in com.dkfqs.tools.websocket
A negative WebSocket test server which runs on local host at port 9999 and accepts unencrypted ws connections - but never reads any inbound frames.
ReceiveAlwaysTimeoutWebSocketServer() - Constructor for class com.dkfqs.tools.websocket.ReceiveAlwaysTimeoutWebSocketServer
 
registerSampleStart(long) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Register that the measuring of a long value sample has started
ReloadableByteArrayClassLoader - Class in com.dkfqs.tools.lib
A wrapper around multiple class loaders that dynamically converts byte arrays to java classes at runtime and allows to (re-)load classes with the same class name (but with different class content) multiple times.
ReloadableByteArrayClassLoader(ClassLoader) - Constructor for class com.dkfqs.tools.lib.ReloadableByteArrayClassLoader
Create a new instance of this class loader.
remove(int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Removes the element at the specified index from this array.
remove(String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Removes a member with the specified name from this object.
removeAllClientAuthKeyManagers() - Method in class com.dkfqs.tools.http.HTTPClient
Remove all SSL key managers for client authentication.
removeAllCookies() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Remove all cookies.
removeAllExpiredCookies() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Remove all expired cookies.
removeAllSessionCookies() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Remove all session cookies.
removeCookie(HttpCookie) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Remove a cookie.
removeCookiesByName(String) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Remove all cookies which match to a specific cookie name.
removeHeaderField(String) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Remove a HTTP header field.
REPLACE_ALL - Static variable in class com.dkfqs.tools.text.SearchAndReplaceTextInContent
Replace at all positions.
REPLACE_ALL - Static variable in class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
Replace at all positions.
replaceHost(String, String) - Static method in class com.dkfqs.tools.lib.ReplaceInURL
Replace the host of an URL (like 'www.dkfqs.com' or '192.168.0.50').
ReplaceInURL - Class in com.dkfqs.tools.lib
Replaces parts of an URL.
replaceParseUrl(ParseURL) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
For HTTP Client debugger only! Completely replace the parsed URL by a new one.
replacePath(String, String) - Static method in class com.dkfqs.tools.lib.ReplaceInURL
Replace the full path of an URL, inclusive (optional) query string parameters and inclusive (optional) fragment identifier.
replacePort(String, int) - Static method in class com.dkfqs.tools.lib.ReplaceInURL
Replace the IP port of an URL.
replacePort(String, String) - Static method in class com.dkfqs.tools.lib.ReplaceInURL
Replace the IP port of an URL.
replaceProtocol(String, String) - Static method in class com.dkfqs.tools.lib.ReplaceInURL
Replace the protocol of an URL (like 'https' or 'http').
replaceUrl(String) - Method in class com.dkfqs.tools.http.HTTPRequest
For HTTP Client debugger only! Completely replace the URL by a new one.
ReplaceUrlQueryStringParameterValue - Class in com.dkfqs.tools.lib
Replace an URL query string parameter value.
ReplaceUrlQueryStringParameterValue(String, String, String, boolean) - Constructor for class com.dkfqs.tools.lib.ReplaceUrlQueryStringParameterValue
Create a new instance.
ReplaceVariableLiteralsInBinaryContent - Class in com.dkfqs.tools.text
Replace Variable Literals (placeholders) in a binary content.
ReplaceVariableLiteralsInBinaryContent(byte[], Map<String, String>) - Constructor for class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Create a new instance.
ReplaceVariableLiteralsInContent - Class in com.dkfqs.tools.text
Replace Variable Literals (placeholders) in a content.
ReplaceVariableLiteralsInContent(String, Map<String, String>) - Constructor for class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Create a new instance.
ReplaceVariableLiteralsSuccessListEntry - Class in com.dkfqs.tools.text
Result information of ReplaceVariableLiteralsInContent and/or ReplaceVariableLiteralsInBinaryContent for a successful replaced variable.
ReplaceWWWFormParameterValue - Class in com.dkfqs.tools.lib
Replace a parameter value of 'application/x-www-form-urlencoded' form data.
ReplaceWWWFormParameterValue(String, String, String, boolean) - Constructor for class com.dkfqs.tools.lib.ReplaceWWWFormParameterValue
Create a new instance.
resetNumberOfBytesRead() - Method in class com.dkfqs.tools.lib.BufferedByteCountInputStream
Reset the number of bytes read to zero.
resetNumberOfWrittenBytes() - Method in class com.dkfqs.tools.lib.BufferedByteCountOutputStream
Reset the number of written bytes to zero.
resolveRecordTypeA(String) - Method in class com.dkfqs.tools.dns.DNSResolver
Resolve all IPv4 addresses for a hostname.
resolveRecordTypeAAAA(String) - Method in class com.dkfqs.tools.dns.DNSResolver
Resolve all IPv6 addresses for a hostname.
resolveRecordTypeCNAME(String) - Method in class com.dkfqs.tools.dns.DNSResolver
Resolve a DNS canonical name for a hostname.
RESULT_FILENAME_FRAGMENT_DATE_FORMAT - Static variable in class com.dkfqs.tools.lib.Utils
A simple date format with the pattern "yyyy-MM-dd@HH-mm-ss".
resumeSuspendedHTTPRequest(long) - Method in class com.dkfqs.tools.http.HTTPClient
Resume a suspended HTTP request.
run() - Method in class com.dkfqs.tools.crypto.EncryptedSocketHandshakeTimeoutThread
Internal thread method.
run() - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
User thread method.
run() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPeriodicThread
Internal thread method.
run() - Method in class com.dkfqs.tools.websocket.WebSocketClientConnectTimeoutThread
Internal thread method.
run() - Method in class com.dkfqs.tools.websocket.WebSocketClientSendWatchdogThread
Internal thread method.
run() - Method in class com.dkfqs.tools.websocket.WebSocketClientThread
Internal thread method.
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