| Package | Description |
|---|---|
| me.lucko.helper.network.redirect |
| Modifier and Type | Method and Description |
|---|---|
static RedirectSystem.Response |
RedirectSystem.Response.allow() |
static RedirectSystem.Response |
RedirectSystem.Response.allow(Map<String,String> params) |
static RedirectSystem.Response |
RedirectSystem.Response.deny() |
static RedirectSystem.Response |
RedirectSystem.Response.deny(Map<String,String> params) |
static RedirectSystem.Response |
RedirectSystem.Response.deny(String reason) |
static RedirectSystem.Response |
RedirectSystem.Response.deny(String reason,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
Promise<RedirectSystem.Response> |
RedirectSystem.RequestHandler.handle(RedirectSystem.Request request)
Handles the request and produces a result.
|
Copyright © 2022. All rights reserved.