public class RequestUtils extends Object
| Constructor and Description |
|---|
RequestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeUrl(String value,
boolean path,
boolean canonical) |
static boolean |
isDefaultPort(URI uri)
Returns
true if the specified URI uses a standard port (i.e. |
public static boolean isDefaultPort(URI uri)
true if the specified URI uses a standard port (i.e. http == 80 or https == 443),
false otherwise.uri - true if the specified URI uses a standard portCopyright © 2017 Okta. All rights reserved.