Interface AdvancedRedirectHandler
public interface AdvancedRedirectHandler
This handler is invoked when target server returns an HTTP status of family redirection.
Also see RedirectHandler for a simpler interface that provides fewer options, but handles the most common cases.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.http.RequestOptionshandle(AdvancedRedirectHandler.Context context) Allows code to set every aspect of the redirect request
-
Method Details
-
handle
Allows code to set every aspect of the redirect request
-