Class RedirectHandler

  • All Implemented Interfaces:
    SimpleHttpHandler, HttpHandler

    public class RedirectHandler
    extends Object
    implements SimpleHttpHandler
    A request handler that redirects to a different URL without pushing to the history. The URL may not work correctly if it does not have a valid authority (http/https).
    Since:
    01.00.00
    Version:
    03.05.00
    Author:
    Ktt Development
    See Also:
    SimpleHttpHandler, HttpHandler