Interface RedirectHandler
-
public interface RedirectHandlerThis handler is invoked when target server returns an HTTP status of family redirection.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PRIORITY
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetPriority()URIhandle(jakarta.ws.rs.core.Response response)
-
-
-
Field Detail
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
URI handle(jakarta.ws.rs.core.Response response)
-
getPriority
default int getPriority()
-
-