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
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.http.RequestOptions
    Allows code to set every aspect of the redirect request
  • Method Details