Uses of Enum
org.apache.hc.client5.testing.redirect.Redirect.ConnControl
Packages that use Redirect.ConnControl
-
Uses of Redirect.ConnControl in org.apache.hc.client5.testing.redirect
Fields in org.apache.hc.client5.testing.redirect declared as Redirect.ConnControlMethods in org.apache.hc.client5.testing.redirect that return Redirect.ConnControlModifier and TypeMethodDescriptionstatic Redirect.ConnControl
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.ConnControlModifierConstructorDescriptionRedirect
(int status, String location, Redirect.ConnControl connControl)