public class DeeplinkRedirectHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeeplinkRedirectHandler.DeeplinkInitializationException
Exception thrown when the DeeplinkRedirectHandler initialization fails.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
handleDeeplinkRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process a deeplink redirect request.
|
static void |
shutdown()
Shutdown the deeplink resolver.
|
public static void handleDeeplinkRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - The HTTP requestresponse - The HTTP responseIOException - If an I/O error occurspublic static void shutdown()
Copyright © 2025 KnowledgePlaza. All rights reserved.