@return true if this URI has a scheme and starts with a slash
()
| 736 | * @return true if this URI has a scheme and starts with a slash |
| 737 | */ |
| 738 | public boolean isOpaque() { |
| 739 | return opaque; |
| 740 | } |
| 741 | |
| 742 | /** |
| 743 | * @return true if the URI is not a relative URI. |
no outgoing calls
no test coverage detected