Class RedirectHandler

java.lang.Object
io.undertow.server.handlers.RedirectHandler
All Implemented Interfaces:
HttpHandler

public class RedirectHandler extends Object implements HttpHandler
A redirect handler that redirects to the specified location via a 302 redirect.

The location is specified as an exchange attribute string.

Author:
Stuart Douglas
See Also: