public class UrlUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FULL_DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String url) |
static String |
getBasePath(String baseAndApiPath,
String requestPath) |
static String |
getBaseUriReplacement(String apiServer) |
static String |
getListenerPath(String listenerPath,
String requestPath) |
static String |
getRedirectLocation(String scheme,
String remoteAddress,
String requestPath,
String queryString)
Creates URL where the server must redirect the client
|
static String |
getRelativePath(String baseAndApiPath,
String requestPath) |
static String |
replaceBaseUri(String raml,
String newBaseUri) |
public static final String FULL_DOMAIN
Copyright © 2020. All rights reserved.