Restlet

Restlet

Scheme: restlet

Represents a endpoint

Name Kind Type Required Deprecated Default Value Enum Values Description
protocol path java.lang.String true false http
host path java.lang.String true false
port path int false
uriPattern path java.lang.String true false
socketTimeout parameter int false 30000
connectTimeout parameter int false 30000
restletMethod parameter org.restlet.data.Method false GET
restletMethods parameter org.restlet.data.Method[] false
restletUriPatterns parameter java.util.List false
restletRealm parameter java.util.Map false
headerFilterStrategy parameter org.apache.camel.spi.HeaderFilterStrategy false
restletBinding parameter org.apache.camel.component.restlet.RestletBinding false
throwExceptionOnFailure parameter boolean false true
disableStreamCache parameter boolean false
sslContextParameters parameter org.apache.camel.util.jsse.SSLContextParameters 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).

restlet consumer

A Restlet consumer acts as a server to listen client requests.