Package | Description |
---|---|
org.apache.camel.component.netty.http |
Modifier and Type | Field and Description |
---|---|
protected NettyHttpConfiguration |
HttpServerPipelineFactory.configuration |
Modifier and Type | Method and Description |
---|---|
NettyHttpConfiguration |
NettyHttpConfiguration.copy() |
NettyHttpConfiguration |
NettyHttpEndpoint.getConfiguration() |
NettyHttpConfiguration |
NettyHttpProducer.getConfiguration() |
NettyHttpConfiguration |
NettyHttpConsumer.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpRequest request,
Map<String,Object> headers,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration)
Binds from Netty
HttpRequest to Camel headers as a Map . |
void |
RestNettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpRequest request,
Map<String,Object> headers,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration) |
void |
DefaultNettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpRequest request,
Map<String,Object> headers,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration) |
void |
NettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpResponse response,
Map<String,Object> headers,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration)
Binds from Netty
HttpResponse to Camel headers as a Map . |
void |
DefaultNettyHttpBinding.populateCamelHeaders(org.jboss.netty.handler.codec.http.HttpResponse response,
Map<String,Object> headers,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration) |
protected String |
DefaultNettyHttpBinding.shouldUrlDecodeHeader(NettyHttpConfiguration configuration,
String headerName,
Object value,
String charset)
Decodes the header if needed to, or returns the header value as is.
|
org.apache.camel.Message |
NettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpRequest request,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration)
Binds from Netty
HttpRequest to Camel Message . |
org.apache.camel.Message |
DefaultNettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpRequest request,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration) |
org.apache.camel.Message |
NettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpResponse response,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration)
Binds from Netty
HttpResponse to Camel Message . |
org.apache.camel.Message |
DefaultNettyHttpBinding.toCamelMessage(org.jboss.netty.handler.codec.http.HttpResponse response,
org.apache.camel.Exchange exchange,
NettyHttpConfiguration configuration) |
org.jboss.netty.handler.codec.http.HttpRequest |
NettyHttpBinding.toNettyRequest(org.apache.camel.Message message,
String uri,
NettyHttpConfiguration configuration)
Binds from Camel
Message to Netty HttpRequest . |
org.jboss.netty.handler.codec.http.HttpRequest |
DefaultNettyHttpBinding.toNettyRequest(org.apache.camel.Message message,
String uri,
NettyHttpConfiguration configuration) |
org.jboss.netty.handler.codec.http.HttpResponse |
NettyHttpBinding.toNettyResponse(org.apache.camel.Message message,
NettyHttpConfiguration configuration)
Binds from Camel
Message to Netty HttpResponse . |
org.jboss.netty.handler.codec.http.HttpResponse |
DefaultNettyHttpBinding.toNettyResponse(org.apache.camel.Message message,
NettyHttpConfiguration configuration) |
Apache Camel