Package org.rapidcontext.util


package org.rapidcontext.util

Provides utility functions for common Java patterns. Note that this package strives to avoid duplicating utility code available elsewhere (without including unreasonably large JAR files).

See Also:

  • Class
    Description
    A set of utility methods for handling binary data.
    A set of utility methods for working with the classpath and class loaders.
    A set of utility methods for handling date and time objects.
    A set of utility methods for handling files.
    A set of utility methods and constants for the HTTP protocol.
    A number of standard HTTP headers as defined in RFC1945 (HTTP/1.0) and RFC2616 (HTTP/1.1).
    Some static utility methods for HTTP.
    The HTTP methods as defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1) and RFC5789 (PATCH).
    The HTTP status codes as defined in RFC1945 (HTTP/1.0) and RFC2616 (HTTP/1.1).
    A java.util.logging file handler with support for date patterns in log file name.
    A java.util.logging formatter with more output options.
    A set of utility methods for handling regular expressions.
    A set of utility methods for simple value conversions.
    A set of utility methods for handling ZIP files.