Example usage for org.apache.http.impl.client RedirectLocations getClass

List of usage examples for org.apache.http.impl.client RedirectLocations getClass

Introduction

In this page you can find the example usage for org.apache.http.impl.client RedirectLocations getClass.

Prototype

@HotSpotIntrinsicCandidate
public final native Class<?> getClass();

Source Link

Document

Returns the runtime class of this Object .

Usage