| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.String |
getEndpoint()This method returns the decoded endpoint of the URI. |
|
public java.lang.String |
getResourceName()This method returns the resource name. |
| Methods inherited from class | Name |
|---|---|
interface URIParser |
getAuthority, getQuery, getResourcePath, getScheme |
This method returns the decoded endpoint of the URI. Endpoint is composed of [HTTP/HTTPS] followed by hostname and port.
This method returns the resource name. Resource name is taken from the path, usually the last part of the path.