()
| 120 | |
| 121 | // Determines the scheme based on the SSL value |
| 122 | private void determineScheme() { |
| 123 | this.scheme = isSsl() ? Constants.HTTPS : Constants.HTTP; |
| 124 | } |
| 125 | |
| 126 | // Prepares the full URL based on the scheme, host, port and path. |
| 127 | private void prepareUrl() { |