Uses of Class
org.apache.hc.client5.testing.redirect.Redirect.ConnControl
-
Packages that use Redirect.ConnControl Package Description org.apache.hc.client5.testing.redirect -
-
Uses of Redirect.ConnControl in org.apache.hc.client5.testing.redirect
Fields in org.apache.hc.client5.testing.redirect declared as Redirect.ConnControl Modifier and Type Field Description Redirect.ConnControl
Redirect. connControl
Methods in org.apache.hc.client5.testing.redirect that return Redirect.ConnControl Modifier and Type Method Description static Redirect.ConnControl
Redirect.ConnControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Redirect.ConnControl[]
Redirect.ConnControl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.client5.testing.redirect with parameters of type Redirect.ConnControl Constructor Description Redirect(int status, java.lang.String location, Redirect.ConnControl connControl)
-