public final class UriComponents extends Object
| Modifier and Type | Method and Description |
|---|---|
static UriComponents |
fromHttpUrl(String httpUrl) |
String |
getHost() |
String |
getPath() |
Integer |
getPort() |
Values |
getQueryParameters() |
String |
getQueryString() |
String |
getScheme() |
String |
getServer() |
String |
getUri() |
String |
getUserInfo() |
static Values |
parseQuery(String query) |
public static UriComponents fromHttpUrl(String httpUrl)
public String getServer()
public String getUri()
public String getScheme()
public String getUserInfo()
public String getHost()
public Integer getPort()
public String getPath()
public String getQueryString()
public Values getQueryParameters()
Copyright © 2014–2018. All rights reserved.