Google HTTP

Google HTTP

Scheme: ghttp

Represents a Google App Engine HTTP endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
servletName path java.lang.String true false
httpUri path java.net.URI true false
throwExceptionOnFailure parameter boolean false true
bridgeEndpoint parameter boolean false
matchOnUriPrefix parameter boolean false
chunked parameter boolean false true
disableStreamCache parameter boolean false
proxyHost parameter java.lang.String false
proxyPort parameter int false
authMethodPriority parameter java.lang.String false
transferException parameter boolean false
traceEnabled parameter boolean false
httpMethodRestrict parameter java.lang.String false
responseBufferSize parameter java.lang.Integer false
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).