Interface RedirectHandler


public interface RedirectHandler
This handler is invoked when target server returns an HTTP status of family redirection.

Also see AdvancedRedirectHandler if more control is needed.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
    handle(jakarta.ws.rs.core.Response response)
     
  • Field Details

  • Method Details

    • handle

      URI handle(jakarta.ws.rs.core.Response response)
    • getPriority

      default int getPriority()