- 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). 
- setControllerSleepTimeMs(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Time for the controller thread to sleep between each control. 
- 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. 
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
-  
- 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. 
- setLowThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Number of worker threads determining when the connector is considered overloaded. 
- setMaxConnectionsPerHost(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Maximum number of concurrent connections per host (IP address). 
- 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. 
- setMaxThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Maximum threads that will service requests. 
- setMaxTotalConnections(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Maximum number of concurrent connections in total. 
- setMinThreads(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Minimum threads waiting to service requests. 
- setOutboundBufferSize(Integer) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
The size of the buffer when writing messages. 
- setPersistingConnections(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Indicates if connections should be kept alive after a call. 
- setPipeliningConnections(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Indicates if pipelining connections are supported. 
- 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 
- setResponseHeader(Exchange, Message, 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. 
- setRestletUriPatterns(List<String>) - Method in class org.apache.camel.component.restlet.RestletEndpoint
- 
Specify one ore more URI templates to be serviced by a restlet consumer endpoint, using the # notation to
 reference a List in the Camel Registry. 
- setReuseAddress(Boolean) - Method in class org.apache.camel.component.restlet.RestletComponent
- 
Enable/disable the SO_REUSEADDR socket option. 
- 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.RestletEndpoint
- 
To configure security using SSLContextParameters. 
- 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. 
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.restlet.RestletEndpoint
- 
Whether to throw exception on a producer failure. 
- setupServerWithSSLContext(Series<Parameter>, SSLContextParameters) - Method in class org.apache.camel.component.restlet.RestletComponent
-  
- 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. 
- stringArrayToString(String[]) - Method in class org.apache.camel.component.restlet.RestletComponent
-