A B C D E G H I M O P R S T U V W X

A

addConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http4.CompositeHttpConfigurer
 
appendHeader(Map, String, Object) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Appends the key/value to the headers.

B

BasicAuthenticationHttpClientConfigurer - Class in org.apache.camel.component.http4
 
BasicAuthenticationHttpClientConfigurer(String, String, String, String) - Constructor for class org.apache.camel.component.http4.BasicAuthenticationHttpClientConfigurer
 

C

CamelFileDataSource - Class in org.apache.camel.component.http4.helper
 
CamelFileDataSource(File, String) - Constructor for class org.apache.camel.component.http4.helper.CamelFileDataSource
 
CamelServlet - Class in org.apache.camel.component.http4
 
CamelServlet() - Constructor for class org.apache.camel.component.http4.CamelServlet
 
checkChunked(Message, Exchange) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
clientConnectionManager - Variable in class org.apache.camel.component.http4.HttpComponent
 
combineConfigurers(HttpClientConfigurer, HttpClientConfigurer) - Static method in class org.apache.camel.component.http4.CompositeHttpConfigurer
 
CompositeHttpConfigurer - Class in org.apache.camel.component.http4
 
CompositeHttpConfigurer() - Constructor for class org.apache.camel.component.http4.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.BasicAuthenticationHttpClientConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in interface org.apache.camel.component.http4.HttpClientConfigurer
Configure the HttpClient such as setting the authentication or proxying details
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.ProxyHttpClientConfigurer
 
configureHttpParams(Map<String, Object>) - Method in class org.apache.camel.component.http4.HttpComponent
 
connect(HttpConsumer) - Method in class org.apache.camel.component.http4.CamelServlet
 
connect(HttpConsumer) - Method in class org.apache.camel.component.http4.HttpComponent
Connects the URL specified on the endpoint to the specified processor.
connect(HttpConsumer) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
connectionsPerRoute - Variable in class org.apache.camel.component.http4.HttpComponent
 
CONTENT_TYPE_JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.component.http4.HttpConstants
 
CONTENT_TYPE_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.component.http4.HttpConstants
 
createBody() - Method in class org.apache.camel.component.http4.HttpMessage
 
createConnectionManager() - Method in class org.apache.camel.component.http4.HttpComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.http4.HttpComponent
 
createHttpClient() - Method in class org.apache.camel.component.http4.HttpEndpoint
Factory method to create a new HttpClient instance

Producers and consumers should use the HttpEndpoint.getHttpClient() method instead.

createHttpClientConfigurer(Map<String, Object>, boolean) - Method in class org.apache.camel.component.http4.HttpComponent
Creates the HttpClientConfigurer based on the given parameters
createMethod(Exchange, HttpEndpoint, boolean) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
createMethod(String) - Method in enum org.apache.camel.component.http4.HttpMethods
 
createMethod(Exchange) - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
createMethod(Exchange) - Method in class org.apache.camel.component.http4.HttpProducer
Creates the HttpMethod to use to call the remote server, either its GET or POST.
createPollingConsumer() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
createProducer() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
createRequestEntity(Exchange) - Method in class org.apache.camel.component.http4.HttpProducer
Creates a holder object for the data to send to the remote server.
createURL(Exchange, HttpEndpoint) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Creates the URL to invoke.

D

DefaultHttpBinding - Class in org.apache.camel.component.http4
Binding between HttpMessage and HttpServletResponse.
DefaultHttpBinding() - Constructor for class org.apache.camel.component.http4.DefaultHttpBinding
Deprecated. 
DefaultHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.component.http4.DefaultHttpBinding
Deprecated. 
DefaultHttpBinding(HttpEndpoint) - Constructor for class org.apache.camel.component.http4.DefaultHttpBinding
 
deserializeJavaObjectFromStream(InputStream) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Deserializes the input stream to a Java object
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http4.CamelServlet
 
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http4.HttpComponent
Disconnects the URL specified on the endpoint from the specified processor.
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
doReceive(int) - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
doStart() - Method in class org.apache.camel.component.http4.HttpComponent
 
doStart() - Method in class org.apache.camel.component.http4.HttpConsumer
 
doStart() - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
doStop() - Method in class org.apache.camel.component.http4.HttpComponent
 
doStop() - Method in class org.apache.camel.component.http4.HttpConsumer
 
doStop() - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
doWriteDirectResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in interface org.apache.camel.component.http4.HttpBinding
Strategy method that writes the response to the http response stream when an exception occurred
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.component.http4.HttpBinding
Strategy method that writes the response to the http response stream for a fault message
doWriteGZIPResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.component.http4.HttpBinding
Strategy method that writes the response to the http response stream for an OUT message

E

evaluate(Exchange, Class<T>) - Method in enum org.apache.camel.component.http4.HttpMethods
 
executeMethod(HttpUriRequest) - Method in class org.apache.camel.component.http4.HttpProducer
Strategy when executing the method (calling the remote server).
extractHttpParameterValue(String) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Extracts the parameter value.
extractResponseBody(HttpRequestBase, HttpResponse, Exchange) - Static method in class org.apache.camel.component.http4.HttpProducer
Extracts the response from the method as a InputStream.
extractResponseHeaders(Header[]) - Static method in class org.apache.camel.component.http4.HttpProducer
Extracts the response headers

G

getBinding() - Method in class org.apache.camel.component.http4.HttpConsumer
 
getBinding() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getClientConnectionManager() - Method in class org.apache.camel.component.http4.HttpComponent
 
getClientConnectionManager() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getClientParams() - Method in class org.apache.camel.component.http4.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
getConnectionsPerRoute() - Method in class org.apache.camel.component.http4.HttpComponent
 
getContentType() - Method in class org.apache.camel.component.http4.helper.CamelFileDataSource
 
getEndpoint() - Method in class org.apache.camel.component.http4.HttpConsumer
 
getEndpoint() - Method in class org.apache.camel.component.http4.HttpProducer
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
getHeaderFilterStrategy() - Method in interface org.apache.camel.component.http4.HttpBinding
Gets the header filter strategy
getHeaderFilterStrategy() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getHttpBinding() - Method in class org.apache.camel.component.http4.HttpComponent
 
getHttpClient() - Method in class org.apache.camel.component.http4.HttpEndpoint
Gets the HttpClient to be used by HttpProducer
getHttpClient() - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
getHttpClient() - Method in class org.apache.camel.component.http4.HttpProducer
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.http4.HttpComponent
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getHttpUri() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getMaxTotalConnections() - Method in class org.apache.camel.component.http4.HttpComponent
 
getName() - Method in class org.apache.camel.component.http4.helper.CamelFileDataSource
 
getPath() - Method in class org.apache.camel.component.http4.HttpConsumer
 
getPath() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getPort() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getProtocol() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
getRedirectLocation() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
getRequest() - Method in class org.apache.camel.component.http4.HttpMessage
 
getResponse() - Method in class org.apache.camel.component.http4.HttpMessage
 
getResponseBody() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
getResponseHeaders() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
getSslContextParameters() - Method in class org.apache.camel.component.http4.HttpComponent
 
getStatusCode() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
getStatusText() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
getUri() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 

H

hasRedirectLocation() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
HttpBinding - Interface in org.apache.camel.component.http4
A pluggable strategy for configuring the http binding so reading request and writing response can be customized using the Java Servlet API.
httpBinding - Variable in class org.apache.camel.component.http4.HttpComponent
 
HttpClientConfigurer - Interface in org.apache.camel.component.http4
A pluggable strategy for configuring the HttpClient used by this component
httpClientConfigurer - Variable in class org.apache.camel.component.http4.HttpComponent
 
HttpComponent - Class in org.apache.camel.component.http4
Defines the HTTP4 Component
HttpComponent() - Constructor for class org.apache.camel.component.http4.HttpComponent
 
HttpConstants - Class in org.apache.camel.component.http4
 
HttpConsumer - Class in org.apache.camel.component.http4
 
HttpConsumer(HttpEndpoint, Processor) - Constructor for class org.apache.camel.component.http4.HttpConsumer
 
HttpConverter - Class in org.apache.camel.component.http4
Some converter methods making it easy to convert the body of a message to servlet types or to switch between the underlying ServletInputStream or BufferedReader payloads etc.
HttpEndpoint - Class in org.apache.camel.component.http4
Represents a HTTP endpoint
HttpEndpoint() - Constructor for class org.apache.camel.component.http4.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI) - Constructor for class org.apache.camel.component.http4.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, ClientConnectionManager) - Constructor for class org.apache.camel.component.http4.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, HttpParams, ClientConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http4.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, HttpParams, ClientConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http4.HttpEndpoint
 
HttpEntityConverter - Class in org.apache.camel.component.http4
Some converter methods to make it easier to convert the body to RequestEntity types.
HttpEntityConverter() - Constructor for class org.apache.camel.component.http4.HttpEntityConverter
 
HttpHeaderFilterStrategy - Class in org.apache.camel.component.http4
 
HttpHeaderFilterStrategy() - Constructor for class org.apache.camel.component.http4.HttpHeaderFilterStrategy
 
HttpHelper - Class in org.apache.camel.component.http4.helper
 
HttpMessage - Class in org.apache.camel.component.http4
 
HttpMessage(Exchange, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.camel.component.http4.HttpMessage
 
HttpMethods - Enum in org.apache.camel.component.http4
 
HttpOperationFailedException - Exception in org.apache.camel.component.http4
 
HttpOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.component.http4.HttpOperationFailedException
 
HttpPollingConsumer - Class in org.apache.camel.component.http4
A polling HTTP consumer which by default performs a GET
HttpPollingConsumer(HttpEndpoint) - Constructor for class org.apache.camel.component.http4.HttpPollingConsumer
 
HttpProducer - Class in org.apache.camel.component.http4
 
HttpProducer(HttpEndpoint) - Constructor for class org.apache.camel.component.http4.HttpProducer
 

I

initialize() - Method in class org.apache.camel.component.http4.HttpHeaderFilterStrategy
 
isBridgeEndpoint() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isChunked() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isDisableStreamCache() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isEntityEnclosing() - Method in enum org.apache.camel.component.http4.HttpMethods
 
isLenientProperties() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isRedirectError() - Method in exception org.apache.camel.component.http4.HttpOperationFailedException
 
isSecureConnection(String) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
 
isSingleton() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isTraceEnabled() - Method in class org.apache.camel.component.http4.HttpConsumer
 
isTraceEnabled() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isTransferException() - Method in class org.apache.camel.component.http4.HttpEndpoint
 
isUseReaderForPayload() - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
isUseReaderForPayload() - Method in interface org.apache.camel.component.http4.HttpBinding
Should reader by used instead of input stream.

M

maxTotalConnections - Variable in class org.apache.camel.component.http4.HttpComponent
 

O

org.apache.camel.component.http4 - package org.apache.camel.component.http4
Defines the HTTP Component
org.apache.camel.component.http4.helper - package org.apache.camel.component.http4.helper
 

P

parseBody(HttpMessage) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
parseBody(HttpMessage) - Method in interface org.apache.camel.component.http4.HttpBinding
Parses the body from a HttpMessage
parserHttpVersion(String) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
 
populateAttachments(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
populateHttpOperationFailedException(Exchange, HttpRequestBase, HttpResponse, int) - Method in class org.apache.camel.component.http4.HttpProducer
 
populateRequestParameters(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
populateResponse(Exchange, HttpRequestBase, HttpResponse, Message, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.http4.HttpProducer
 
process(Exchange) - Method in class org.apache.camel.component.http4.HttpProducer
 
ProxyHttpClientConfigurer - Class in org.apache.camel.component.http4
Strategy for configuring the HttpClient with a proxy
ProxyHttpClientConfigurer(String, Integer, String) - Constructor for class org.apache.camel.component.http4.ProxyHttpClientConfigurer
 
ProxyHttpClientConfigurer(String, Integer, String, String, String, String, String) - Constructor for class org.apache.camel.component.http4.ProxyHttpClientConfigurer
 

R

readRequest(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
readRequest(HttpServletRequest, HttpMessage) - Method in interface org.apache.camel.component.http4.HttpBinding
Strategy to read the given request and bindings it to the given message.
readResponseBodyFromInputStream(InputStream, Exchange) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Reads the response body from the given input stream.
readResponseBodyFromServletRequest(HttpServletRequest, Exchange) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Reads the response body from the given http servlet request.
receive() - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
receive(long) - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
receiveNoWait() - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
registerPort(boolean, X509HostnameVerifier, int, SSLContextParameters) - Method in class org.apache.camel.component.http4.HttpComponent
 
removeConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http4.CompositeHttpConfigurer
 
resolve(HttpServletRequest) - Method in class org.apache.camel.component.http4.CamelServlet
 

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.http4.CamelServlet
 
setBinding(HttpBinding) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
 
setChunked(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setClientConnectionManager(ClientConnectionManager) - Method in class org.apache.camel.component.http4.HttpComponent
 
setClientConnectionManager(ClientConnectionManager) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setClientParams(HttpParams) - Method in class org.apache.camel.component.http4.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http4.HttpComponent
 
setDisableStreamCache(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setFileTypeMap(FileTypeMap) - Method in class org.apache.camel.component.http4.helper.CamelFileDataSource
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.http4.HttpBinding
Sets the header filter strategy to use.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http4.HttpComponent
 
setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http4.HttpEndpoint
Used from the IntrospectionSupport in HttpComponent.
setHttpBindingRef(HttpBinding) - Method in class org.apache.camel.component.http4.HttpEndpoint
Used from the IntrospectionSupport in HttpComponent.
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.HttpPollingConsumer
 
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http4.HttpProducer
 
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http4.HttpComponent
 
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http4.HttpEndpoint
Register a custom configuration strategy for new HttpClient instances created by producers or consumers such as to configure authentication mechanisms etc
setHttpUri(URI) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setMaxTotalConnections(int) - Method in class org.apache.camel.component.http4.HttpComponent
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.http4.HttpComponent
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setTraceEnabled(boolean) - Method in class org.apache.camel.component.http4.HttpConsumer
 
setTraceEnabled(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setTransferException(boolean) - Method in class org.apache.camel.component.http4.HttpEndpoint
 
setUseReaderForPayload(boolean) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
setUseReaderForPayload(boolean) - Method in interface org.apache.camel.component.http4.HttpBinding
Should the ServletRequest.getReader() be exposed as the payload of input messages in the Camel Message.getBody() or not.
sslContextParameters - Variable in class org.apache.camel.component.http4.HttpComponent
 

T

toHttpEntity(byte[], Exchange) - Method in class org.apache.camel.component.http4.HttpEntityConverter
 
toHttpEntity(InputStream, Exchange) - Method in class org.apache.camel.component.http4.HttpEntityConverter
 
toHttpEntity(String, Exchange) - Method in class org.apache.camel.component.http4.HttpEntityConverter
 
toInputStream(HttpMessage, Exchange) - Static method in class org.apache.camel.component.http4.HttpConverter
 
toInputStream(HttpServletRequest, Exchange) - Static method in class org.apache.camel.component.http4.HttpConverter
 
toReader(HttpMessage) - Static method in class org.apache.camel.component.http4.HttpConverter
 
toServletInputStream(HttpMessage) - Static method in class org.apache.camel.component.http4.HttpConverter
 
toServletRequest(Message) - Static method in class org.apache.camel.component.http4.HttpConverter
 
toServletResponse(Message) - Static method in class org.apache.camel.component.http4.HttpConverter
 

U

useIntrospectionOnEndpoint() - Method in class org.apache.camel.component.http4.HttpComponent
 

V

valueOf(String) - Static method in enum org.apache.camel.component.http4.HttpMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.http4.HttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeObjectToServletResponse(ServletResponse, Object) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Writes the given object as response body to the servlet response

The content type will be set to HttpConstants.CONTENT_TYPE_JAVA_SERIALIZED_OBJECT

writeObjectToStream(OutputStream, Object) - Static method in class org.apache.camel.component.http4.helper.HttpHelper
Writes the given object as response body to the output stream
writeResponse(Exchange, HttpServletResponse) - Method in class org.apache.camel.component.http4.DefaultHttpBinding
 
writeResponse(Exchange, HttpServletResponse) - Method in interface org.apache.camel.component.http4.HttpBinding
Writes the exchange to the servlet response.

X

x509HostnameVerifier - Variable in class org.apache.camel.component.http4.HttpComponent
 

A B C D E G H I M O P R S T U V W X

Apache CAMEL