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

A

addConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 

B

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

C

CamelServlet - Class in org.apache.camel.component.http
 
CamelServlet(boolean) - Constructor for class org.apache.camel.component.http.CamelServlet
 
combineConfigurers(HttpClientConfigurer, HttpClientConfigurer) - Static method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
CompositeHttpConfigurer - Class in org.apache.camel.component.http
 
CompositeHttpConfigurer() - Constructor for class org.apache.camel.component.http.CompositeHttpConfigurer
 
compressGZIP(byte[]) - Static method in class org.apache.camel.component.http.helper.GZIPHelper
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in interface org.apache.camel.component.http.HttpClientConfigurer
Configure the HttpClient such as setting the authentication or proxying details
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.ProxyHttpClientConfigurer
 
configureParameters(Map) - Method in class org.apache.camel.component.http.HttpComponent
Setting http binding and http client configurer according to the parameters Also setting the BasicAuthenticationHttpClientConfigurer if the username and password option are not null.
connect(HttpConsumer) - Method in class org.apache.camel.component.http.CamelServlet
 
connect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpComponent
Connects the URL specified on the endpoint to the specified processor.
connect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpEndpoint
 
CONTENT_ENCODING - Static variable in class org.apache.camel.component.http.HttpConstants
 
createBody() - Method in class org.apache.camel.component.http.HttpMessage
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.http.HttpComponent
 
createExchange(ExchangePattern) - Method in class org.apache.camel.component.http.HttpEndpoint
 
createExchange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.http.HttpEndpoint
 
createHttpClient() - Method in class org.apache.camel.component.http.HttpEndpoint
Factory method used by producers and consumers to create a new HttpClient instance
createInputStream() - Method in class org.apache.camel.component.http.helper.LoadingByteArrayOutputStream
 
createMethod(String) - Method in enum org.apache.camel.component.http.HttpMethods
 
createMethod() - Method in enum org.apache.camel.component.http.HttpMethods
 
createMethod() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
createMethod(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
Creates the HttpMethod to use to call the remote server, either its GET or POST.
createPollingConsumer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
createProducer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
createRequestEntity(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
Creates a holder object for the data to send to the remote server.

D

DefaultHttpBinding - Class in org.apache.camel.component.http
Binding between HttpMessage and HttpServletResponse.
DefaultHttpBinding() - Constructor for class org.apache.camel.component.http.DefaultHttpBinding
 
DefaultHttpBinding(HeaderFilterStrategy) - Constructor for class org.apache.camel.component.http.DefaultHttpBinding
 
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http.CamelServlet
 
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpComponent
Disconnects the URL specified on the endpoint from the specified processor.
disconnect(HttpConsumer) - Method in class org.apache.camel.component.http.HttpEndpoint
 
doStart() - Method in class org.apache.camel.component.http.HttpConsumer
 
doStart() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
doStop() - Method in class org.apache.camel.component.http.HttpConsumer
 
doStop() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
doWriteDirectResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteExceptionResponse(Throwable, HttpServletResponse) - Method in interface org.apache.camel.component.http.HttpBinding
Strategy method that writes the response to the http response stream when an exception occuerd
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteFaultResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.component.http.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.http.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
doWriteResponse(Message, HttpServletResponse, Exchange) - Method in interface org.apache.camel.component.http.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.http.HttpMethods
 
executeMethod(HttpMethod) - Method in class org.apache.camel.component.http.HttpProducer
Strategy when executing the method (calling the remote server).
extractResponseBody(HttpMethod, Exchange) - Static method in class org.apache.camel.component.http.HttpProducer
Extracts the response from the method as a InputStream.

G

getBinding() - Method in class org.apache.camel.component.http.HttpConsumer
 
getBinding() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getClientParams() - Method in class org.apache.camel.component.http.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
getEndpoint() - Method in class org.apache.camel.component.http.HttpConsumer
 
getEndpoint() - Method in class org.apache.camel.component.http.HttpExchange
 
getExchange() - Method in class org.apache.camel.component.http.HttpMessage
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
getHeaderFilterStrategy() - Method in interface org.apache.camel.component.http.HttpBinding
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpBinding() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpClient() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
getHttpClient() - Method in class org.apache.camel.component.http.HttpProducer
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpClientConfigurer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpConnectionManager() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpConnectionManager() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpUri() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getPath() - Method in class org.apache.camel.component.http.HttpConsumer
 
getPath() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getPatternFromRequest(HttpServletRequest) - Static method in class org.apache.camel.component.http.HttpExchange
 
getPort() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getProtocol() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getRedirectLocation() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getRequest() - Method in class org.apache.camel.component.http.HttpExchange
Returns the underlying Servlet request for inbound HTTP requests
getRequest() - Method in class org.apache.camel.component.http.HttpMessage
 
getResponse() - Method in class org.apache.camel.component.http.HttpExchange
Returns the underlying Servlet response for inbound HTTP requests
getResponseBody() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getResponseHeaders() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getStatusCode() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
getStatusLine() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
GZIPHelper - Class in org.apache.camel.component.http.helper
Helper class to help wrapping content into GZIP input and output streams.

H

hasRedirectLocation() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
HttpBinding - Interface in org.apache.camel.component.http
A plugable 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.http.HttpComponent
 
HttpClientConfigurer - Interface in org.apache.camel.component.http
A plugable strategy for configuring the HttpClient used by this component
httpClientConfigurer - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpComponent - Class in org.apache.camel.component.http
Defines the HTTP Component
HttpComponent() - Constructor for class org.apache.camel.component.http.HttpComponent
 
httpConnectionManager - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpConstants - Class in org.apache.camel.component.http
Constants
HttpConsumer - Class in org.apache.camel.component.http
 
HttpConsumer(HttpEndpoint, Processor) - Constructor for class org.apache.camel.component.http.HttpConsumer
 
HttpConverter - Class in org.apache.camel.component.http
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.http
Represents a HTTP endpoint
HttpEndpoint() - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, HttpConnectionManager) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, HttpClientParams, HttpConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpExchange - Class in org.apache.camel.component.http
Represents a HTTP exchange which exposes the underlying HTTP abtractions via HttpExchange.getRequest() and HttpExchange.getResponse()
HttpExchange(HttpEndpoint, ExchangePattern) - Constructor for class org.apache.camel.component.http.HttpExchange
 
HttpExchange(HttpEndpoint, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.camel.component.http.HttpExchange
 
HttpHeaderFilterStrategy - Class in org.apache.camel.component.http
 
HttpHeaderFilterStrategy() - Constructor for class org.apache.camel.component.http.HttpHeaderFilterStrategy
 
HttpMessage - Class in org.apache.camel.component.http
 
HttpMessage(HttpExchange, HttpServletRequest) - Constructor for class org.apache.camel.component.http.HttpMessage
 
HttpMethods - Enum in org.apache.camel.component.http
 
HttpOperationFailedException - Exception in org.apache.camel.component.http
 
HttpOperationFailedException(int, StatusLine, String, Header[], InputStream) - Constructor for exception org.apache.camel.component.http.HttpOperationFailedException
 
HttpOperationFailedException(int, StatusLine, Header[], InputStream) - Constructor for exception org.apache.camel.component.http.HttpOperationFailedException
 
HttpPollingConsumer - Class in org.apache.camel.component.http
A polling HTTP consumer which by default performs a GET
HttpPollingConsumer(HttpEndpoint) - Constructor for class org.apache.camel.component.http.HttpPollingConsumer
 
HttpProducer - Class in org.apache.camel.component.http
 
HttpProducer(HttpEndpoint) - Constructor for class org.apache.camel.component.http.HttpProducer
 

I

initialize() - Method in class org.apache.camel.component.http.HttpHeaderFilterStrategy
 
isEntityEnclosing() - Method in enum org.apache.camel.component.http.HttpMethods
 
isGzip(Message) - Static method in class org.apache.camel.component.http.helper.GZIPHelper
 
isGzip(String) - Static method in class org.apache.camel.component.http.helper.GZIPHelper
 
isLenientProperties() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.http.CamelServlet
 
isMatchOnUriPrefix() - Method in class org.apache.camel.component.http.HttpComponent
 
isRedirectError() - Method in exception org.apache.camel.component.http.HttpOperationFailedException
 
isSingleton() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isUseReaderForPayload() - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
isUseReaderForPayload() - Method in interface org.apache.camel.component.http.HttpBinding
 

L

LoadingByteArrayOutputStream - Class in org.apache.camel.component.http.helper
Subclass of ByteArrayOutputStream that allows creation of a ByteArrayInputStream directly without creating a copy of the byte[].
LoadingByteArrayOutputStream() - Constructor for class org.apache.camel.component.http.helper.LoadingByteArrayOutputStream
 
LoadingByteArrayOutputStream(int) - Constructor for class org.apache.camel.component.http.helper.LoadingByteArrayOutputStream
 

O

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

P

parseBody(HttpMessage) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
parseBody(HttpMessage) - Method in interface org.apache.camel.component.http.HttpBinding
Parses the body from a HttpMessage
populateHttpOperationFailedException(Exchange, HttpMethod, int) - Method in class org.apache.camel.component.http.HttpProducer
 
populateResponse(Exchange, HttpMethod, Message, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.http.HttpProducer
 
process(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
 
ProxyHttpClientConfigurer - Class in org.apache.camel.component.http
Strategy for configuring the HttpClient with a proxy
ProxyHttpClientConfigurer(String, Integer) - Constructor for class org.apache.camel.component.http.ProxyHttpClientConfigurer
 
ProxyHttpClientConfigurer(String, Integer, String, String) - Constructor for class org.apache.camel.component.http.ProxyHttpClientConfigurer
 

R

readRequest(HttpServletRequest, HttpMessage) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
readRequest(HttpServletRequest, HttpMessage) - Method in interface org.apache.camel.component.http.HttpBinding
Startegy to read the given request and bindings it to the given message.
receive() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
receive(long) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
receiveNoWait() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
removeConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
RequestEntityConverter - Class in org.apache.camel.component.http
Some converter methods to make it easier to convert the body to RequestEntity types.
RequestEntityConverter() - Constructor for class org.apache.camel.component.http.RequestEntityConverter
 
resolve(HttpServletRequest) - Method in class org.apache.camel.component.http.CamelServlet
 

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.http.CamelServlet
 
setBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setClientParams(HttpClientParams) - Method in class org.apache.camel.component.http.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.http.HttpBinding
Sets the header filter stratety to use.
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpProducer
 
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpEndpoint
Register a custom configuration strategy for new HttpClient instances created by producers or consumers such as to configure authentication mechanisms etc
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpComponent
 
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setHttpUri(URI) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.component.http.CamelServlet
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
 
setUseReaderForPayload(boolean) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
setUseReaderForPayload(boolean) - Method in interface org.apache.camel.component.http.HttpBinding
Should the ServletRequest.getReader() be exposed as the payload of input messages in the Camel Message.getBody() or not.

T

toByteArray() - Method in class org.apache.camel.component.http.helper.LoadingByteArrayOutputStream
 
toGZIPInputStream(String, InputStream) - Static method in class org.apache.camel.component.http.helper.GZIPHelper
 
toGZIPInputStream(String, byte[]) - Static method in class org.apache.camel.component.http.helper.GZIPHelper
 
toInputStream(HttpMessage) - Static method in class org.apache.camel.component.http.HttpConverter
 
toInputStream(HttpServletRequest) - Static method in class org.apache.camel.component.http.HttpConverter
 
toReader(HttpMessage) - Static method in class org.apache.camel.component.http.HttpConverter
 
toRequestEntity(ByteBuffer, Exchange) - Method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(byte[], Exchange) - Method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(InputStream, Exchange) - Method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(String, Exchange) - Method in class org.apache.camel.component.http.RequestEntityConverter
 
toServletInputStream(HttpMessage) - Static method in class org.apache.camel.component.http.HttpConverter
 
toServletRequest(HttpMessage) - Static method in class org.apache.camel.component.http.HttpConverter
 

U

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

V

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

W

writeResponse(HttpExchange, HttpServletResponse) - Method in class org.apache.camel.component.http.DefaultHttpBinding
 
writeResponse(HttpExchange, HttpServletResponse) - Method in interface org.apache.camel.component.http.HttpBinding
Writes the exchange to the servlet response.

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

Copyright © 2009 Apache Software Foundation. All Rights Reserved.