Package-level declarations
JVM information and other useful utilities.
Classpath URLs in native images
To use the 'classpath' URL scheme on GraalVM native images, the native-image
command requires to add the Classpath handler manually with the --enable-url-protocols=classpath
parameter.
Functions
Decode this base64 encoded string.
Encode the content of this byteArray to base64.
Encode this string to base64.
TODO.
TODO.
Return the stack trace array of the frames that starts with the given prefix.
Syntactic sugar to create an Internet address.
Check if a port is already opened.
TODO.
TODO.
TODO.
TODO.
Properties
Internet address used to bind services to all local network interfaces.
This flag is true when assertions are enabled in the JVM (-ea
flag). Assertions are disabled by default in the JVM, but they are enabled (and should be that way) on the tests.
Internet address used to bind services to the loopback interface.
Supported types for the parseOrNull function.