Interface RedirectDepthAccessor.RedirectDepthProperty

All Superinterfaces:
RedirectDepthAccessor, RedirectDepthAccessor.RedirectDepthMutator
All Known Implementing Classes:
HttpClientRequest
Enclosing interface:
RedirectDepthAccessor

public static interface RedirectDepthAccessor.RedirectDepthProperty extends RedirectDepthAccessor, RedirectDepthAccessor.RedirectDepthMutator
Provides a redirect depth property. The redirect depth provides the count of HTTP-Request and HTTP-Response cycles where the response represents a redirect as of HttpStatusCode.isRedirectStatus(). A value of -1 represents the default behavior, e.g. using HttpURLConnection's redirection means.