Class AsyncRedirectExec.State

java.lang.Object
org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
Enclosing class:
AsyncRedirectExec

private static class AsyncRedirectExec.State extends Object
  • Field Details

    • redirectURI

      volatile URI redirectURI
    • maxRedirects

      volatile int maxRedirects
    • redirectCount

      volatile int redirectCount
    • originalRequest

      volatile org.apache.hc.core5.http.HttpRequest originalRequest
    • currentRequest

      volatile org.apache.hc.core5.http.HttpRequest currentRequest
    • currentEntityProducer

      volatile org.apache.hc.core5.http.nio.AsyncEntityProducer currentEntityProducer
    • redirectLocations

      volatile RedirectLocations redirectLocations
    • currentScope

      volatile AsyncExecChain.Scope currentScope
    • reroute

      volatile boolean reroute
  • Constructor Details

    • State

      private State()