public interface URIParser
Modifier and Type | Method and Description |
---|---|
String |
getQuery()
This method returns the decoded query of the URI.
|
String |
getResourcePath()
This method returns the decoded path of the URI.
|
String |
getScheme()
This method returns the scheme of the URI if there is one, otherwise empty space.
|
String getScheme()
String getResourcePath()
String getQuery()
Copyright © 2019. All Rights Reserved.