Interface RedirectDepthAccessor.RedirectDepthMutator

All Known Subinterfaces:
RedirectDepthAccessor.RedirectDepthProperty
All Known Implementing Classes:
HttpClientRequest
Enclosing interface:
RedirectDepthAccessor

public static interface RedirectDepthAccessor.RedirectDepthMutator
Provides a mutator for a redirect depth property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRedirectDepth(int aRedirectDepth)
    Sets the redirect depth for the redirect depth property.
  • Method Details

    • setRedirectDepth

      void setRedirectDepth(int aRedirectDepth)
      Sets the redirect depth for the redirect depth property.
      Parameters:
      aRedirectDepth - The redirect depth to be stored by the redirect depth property.