- setAutoCloseStream(boolean) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
-
- setAutoCloseStream(boolean) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Whether to auto close the stream representation as response from calling a REST service using the restlet producer.
- setCompleteEndpointUri(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
- setConnectTimeout(int) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
The Client will give up connection if the connection is timeout, 0 for unlimited wait.
- setControllerDaemon(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Indicates if the controller thread should be a daemon (not blocking JVM exit).
- setControllerDaemon(Boolean) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setControllerSleepTimeMs(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Time for the controller thread to sleep between each control.
- setControllerSleepTimeMs(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Configure a cookie handler to maintain a HTTP session
- setDisableStreamCache(boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Determines whether or not the raw input stream from Restlet is cached or not
(Camel will read the stream into a in memory/overflow to file, Stream caching) cache.
- setDisableStreamCache(boolean) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Determines whether or not the raw input stream from Restlet is cached or not
(Camel will read the stream into a in memory/overflow to file, Stream caching) cache.
- setEnabledConverters(List<String>) - Method in class org.apache.camel.component.restlet.RestletComponent
-
A list of converters to enable as full class name or simple class name.
- setEnabledConverters(String) - Method in class org.apache.camel.component.restlet.RestletComponent
-
A comma separated list of converters to enable as full class name or simple
class name.
- setEndpointHeaderFilterStrategy(Endpoint) - Method in class org.apache.camel.component.restlet.RestletComponent
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.restlet.RestletComponent
-
To use a custom HeaderFilterStrategy
to filter header to and from Camel message.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
- setHost(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
The hostname of the restlet service
- setInboundBufferSize(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
The size of the buffer when reading messages.
- setInboundBufferSize(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setLowThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Number of worker threads determining when the connector is considered overloaded.
- setLowThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setMaxConnectionsPerHost(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Maximum number of concurrent connections per host (IP address).
- setMaxConnectionsPerHost(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setMaxQueued(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Maximum number of calls that can be queued if there aren't any worker thread available to service them.
- setMaxQueued(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setMaxThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Maximum threads that will service requests.
- setMaxThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setMaxTotalConnections(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Maximum number of concurrent connections in total.
- setMaxTotalConnections(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setMinThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Minimum threads waiting to service requests.
- setMinThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setOutboundBufferSize(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
The size of the buffer when writing messages.
- setOutboundBufferSize(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setPersistingConnections(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Indicates if connections should be kept alive after a call.
- setPersistingConnections(Boolean) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setPipeliningConnections(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Indicates if pipelining connections are supported.
- setPipeliningConnections(Boolean) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setPort(int) - Method in class org.apache.camel.component.restlet.RestletComponent
-
To configure the port number for the restlet consumer routes.
- setPort(int) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
The port number of the restlet service
- setProtocol(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
The protocol to use which is http or https
- setQueryParameters(Map<String, Object>) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Additional query parameters for producer
- setResponseHeader(Exchange, Response, String, Object) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
-
- setRestletBinding(RestletBinding) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
To use a custom RestletBinding to bind between Restlet and Camel message.
- setRestletMethod(Method) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
On a producer endpoint, specifies the request method to use.
- setRestletMethods(Method[]) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Specify one or more methods separated by commas (e.g.
- setRestletRealm(Map<String, String>) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
To configure the security realms of restlet as a map.
- setReuseAddress(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Enable/disable the SO_REUSEADDR socket option.
- setReuseAddress(Boolean) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setSocketTimeout(int) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
The Client socket receive timeout, 0 for unlimited wait.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.restlet.RestletComponent
-
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
To configure security using SSLContextParameters.
- setStreamRepresentation(boolean) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
-
- setStreamRepresentation(boolean) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Whether to support stream representation as response from calling a REST service using the restlet producer.
- setSynchronous(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Whether to use synchronous Restlet Client for the producer.
- setThreadMaxIdleTimeMs(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Time for an idle thread to wait for an operation before being collected.
- setThreadMaxIdleTimeMs(Integer) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
Whether to throw exception on a producer failure.
- setUriPattern(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
-
The resource pattern such as /customer/{id}
- setUseForwardedForHeader(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Lookup the "X-Forwarded-For" header supported by popular proxies and caches and uses it to populate the Request.getClientAddresses()
method result.
- setUseForwardedForHeader(Boolean) - Method in class org.apache.camel.component.restlet.RestletHostOptions
-
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
-
Enable usage of global SSL context parameters.
- start() - Method in class org.apache.camel.component.restlet.DefaultRestletHost
-
- start() - Method in interface org.apache.camel.component.restlet.RestletHost
-
Starts the RestletHost
- stop() - Method in class org.apache.camel.component.restlet.DefaultRestletHost
-
- stop() - Method in interface org.apache.camel.component.restlet.RestletHost
-
Stops the RestletHost