C D E G H I J O P S W

C

CamelContinuationServlet - Class in org.apache.camel.component.jetty
 
CamelContinuationServlet() - Constructor for class org.apache.camel.component.jetty.CamelContinuationServlet
 
connect(HttpConsumer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
Connects the URL specified on the endpoint to the specified processor.
CONNECTORS - Static variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
createConsumer(Processor) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
createHttpExchange(Exchange) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
createProducer() - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
createServer() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
createServletForConnector(Server, Connector, List<Handler>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
createSslSocketConnector() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 

D

DefaultJettyHttpBinding - Class in org.apache.camel.component.jetty
 
DefaultJettyHttpBinding() - Constructor for class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
disconnect(HttpConsumer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
Disconnects the URL specified on the endpoint from the specified processor.
doSendExchange(HttpClient, JettyContentExchange) - Static method in class org.apache.camel.component.jetty.JettyHttpProducer
 
doStart() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
doStart() - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
doStop() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
doStop() - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
doTaskCompleted() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
doTaskCompleted(Throwable) - Method in class org.apache.camel.component.jetty.JettyContentExchange
 

E

extractResponseBody(Exchange, JettyContentExchange) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 

G

getBinding() - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
getBody() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
getClient() - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
getComponent() - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
getHandlers() - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
getHeaderFilterStrategy() - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
Gets the header filter strategy
getHeaders() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
getHttpClient() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getHttpClientMaxThreads() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getHttpClientMinThreads() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getHttpClientThreadPool() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getJettyBinding() - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
getKeystore() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getSslKeyPassword() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getSslPassword() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getSslSocketConnector(int) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
getUrl() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 

H

httpClient - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
httpClientMaxThreads - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
httpClientMinThreads - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
httpClientThreadPool - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 

I

isSessionSupport() - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
isThrowExceptionOnFailure() - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
isThrowExceptionOnFailure() - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
Whether to throw HttpOperationFailedException in case of response code != 200.

J

JettyContentExchange - Class in org.apache.camel.component.jetty
Jetty specific exchange which keeps track of the the request and response.
JettyContentExchange(Exchange, JettyHttpBinding, HttpClient) - Constructor for class org.apache.camel.component.jetty.JettyContentExchange
 
JettyHttpBinding - Interface in org.apache.camel.component.jetty
Jetty specific binding to parse the response when using JettyHttpProducer
JettyHttpComponent - Class in org.apache.camel.component.jetty
An HttpComponent which starts an embedded Jetty for to handle consuming from the http endpoints.
JettyHttpComponent() - Constructor for class org.apache.camel.component.jetty.JettyHttpComponent
 
JettyHttpEndpoint - Class in org.apache.camel.component.jetty
 
JettyHttpEndpoint(JettyHttpComponent, String, URI) - Constructor for class org.apache.camel.component.jetty.JettyHttpEndpoint
 
JettyHttpProducer - Class in org.apache.camel.component.jetty
 
JettyHttpProducer(Endpoint, HttpClient) - Constructor for class org.apache.camel.component.jetty.JettyHttpProducer
 

O

onConnectionFailed(Throwable) - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
onException(Throwable) - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
onExpire() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
onRequestComplete() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
onResponseComplete() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
onResponseHeader(Buffer, Buffer) - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
org.apache.camel.component.jetty - package org.apache.camel.component.jetty
Defines the Jetty HTTP Component

P

populateHttpOperationFailedException(Exchange, JettyContentExchange, int) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
populateResponse(Exchange, JettyContentExchange) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
populateResponse(Exchange, JettyContentExchange, Message, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
populateResponse(Exchange, JettyContentExchange) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
Parses the response from the Jetty client.
process(Exchange) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 

S

sendAsynchronous(Exchange, HttpClient, JettyContentExchange, AsyncCallback) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
sendSynchronous(Exchange, HttpClient, JettyContentExchange) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.jetty.CamelContinuationServlet
 
setBinding(JettyHttpBinding) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
 
setCallback(AsyncCallback) - Method in class org.apache.camel.component.jetty.JettyContentExchange
 
setClient(HttpClient) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
setHandlers(List<Handler>) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
Sets the header filter strategy to use.
setHttpClient(HttpClient) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setHttpClientMaxThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setHttpClientMinThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setHttpClientThreadPool(ThreadPool) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setJettyBinding(JettyHttpBinding) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
setKeystore(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setSessionSupport(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
 
setSslKeyPassword(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setSslPassword(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setSslSocketConnectors(Map<Integer, SslSocketConnector>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
 
setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
 
setThrowExceptionOnFailure(boolean) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
Whether to throw HttpOperationFailedException in case of response code != 200.
sslKeyPassword - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
sslKeystore - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
sslPassword - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 
sslSocketConnectors - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
 

W

waitForDoneOrFailure() - Method in class org.apache.camel.component.jetty.JettyContentExchange
 

C D E G H I J O P S W

Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.