public static interface RedirectSystem.RequestHandler
| Modifier and Type | Method and Description |
|---|---|
Promise<RedirectSystem.Response> |
handle(RedirectSystem.Request request)
Handles the request and produces a result.
|
@Nonnull Promise<RedirectSystem.Response> handle(@Nonnull RedirectSystem.Request request)
request - the requestCopyright © 2022. All rights reserved.