public interface RestURIParser extends URIParser
http://www.ietf.org/rfc/rfc3986.txt
as [scheme:][//authority][path][?query][#fragment] for HTTP/HTTPS schemeModifier and Type | Method and Description |
---|---|
String |
getEndpoint()
This method returns the decoded endpoint of the URI.
|
String |
getResourceName()
This method returns the resource name.
|
getQuery, getResourcePath, getScheme
String getEndpoint()
String getResourceName()
Copyright © 2019. All Rights Reserved.