Returns the name of the scheme used to make this request, for example, http , https , or ftp . Different schemes have different rules for constructing URLs, as noted in RFC 1738. @return a String containing the name of the scheme used to make this re
()
| 277 | * @return a <code>String</code> containing the name of the scheme used to make this request |
| 278 | */ |
| 279 | String getScheme(); |
| 280 | |
| 281 | /** |
| 282 | * Returns the host name of the server to which the request was sent. It is the value of the part before ":" in the |
no outgoing calls