public final class

ResourceRequest

extends Object
java.lang.Object
   ↳ com.pspdfkit.document.html.ResourceRequest

Class Overview

Encapsulates request for a resource. Provided as a parameter to shouldInterceptRequest(ResourceRequest).

Summary

Public Methods
boolean equals(Object o)
Uri getUrl()
Gets the URL for which the resource request was made.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public Uri getUrl ()

Gets the URL for which the resource request was made.

Returns
  • the URL for which the resource request was made.

public int hashCode ()

public String toString ()