MCPcopy Create free account
hub / github.com/amadeus4dev/amadeus-java / determineScheme

Method determineScheme

src/main/java/com/amadeus/Request.java:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 1

RequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected