Java org.apache.http.impl.client RedirectLocations fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client RedirectLocations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client RedirectLocations.

The text is from its open source code.

Constructor

Method

voidadd(final URI uri)
Adds a new URI to the collection.
booleancontains(final URI uri)
Test if the URI is present in the collection.
booleancontains(final Object o)
Returns true if this collection contains the specified element.
URIget(final int index)
Returns the URI at the specified position in this list.
ListgetAll()
Returns all redirect URI s in the order they were added to the collection.
ClassgetClass()
Returns the runtime class of this Object .
intsize()
Returns the number of elements in this list.