Toggle navigation
Home
org.eclipse.jetty.client.ContentExchange to org.eclipse.jetty.client.api.Request
No. of Instances - 39
No. of Commits - 1
No. of Projects - {'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Rename Variable
contentExchange
to
Request
contentExchange
to
Request
contentExchange
to
Request
contentExchange
to
Request
contentExchange
to
Request
contentExchange
to
Request
exchange
to
request
exchange
to
request
exchange
to
request
contentExchange
to
Request
contentExchange
to
Request
Cascading Type Change (Different)
HttpHeaders
to
HttpHeader
Add or Remove Method invocation
request.getRequestFields().containsKey(HttpHeader.ACCEPT)
to
request.getHeaders().contains(HttpHeader.ACCEPT)
getContentExchange(httpMethod,apexCallUrl(apexUrl,queryParams))
to
getRequest(httpMethod,apexCallUrl(apexUrl,queryParams))