public class HttpRequestUrl
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
buildResourceUrl(java.lang.String host,
java.lang.String resourceUrl,
int querySize)
Adapts a resource request url based on the host and query size.
|
public static java.lang.String buildResourceUrl(@NonNull java.lang.String host, java.lang.String resourceUrl, int querySize)
host
- the host used as endpointresourceUrl
- the resource to downloadquerySize
- the query size of the resource request