It can be gotten the URI character sequence. It's escaped. For the purpose of the protocol to be transported, it will be useful. @return the escaped URI string
()
| 3787 | * @return the escaped URI string |
| 3788 | */ |
| 3789 | public String getEscapedURI() { |
| 3790 | return (_uri == null) ? null : new String(_uri); |
| 3791 | } |
| 3792 | |
| 3793 | |
| 3794 | /** |
no outgoing calls
no test coverage detected