Registry / networking / camel-netty-http

camel-netty-http

JSON →
library4.18.0javamavenunverified

Camel Netty HTTP provides Netty-based HTTP client and server components for Apache Camel integration routes.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-netty-http</artifactId> <version>4.18.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-NETTY-HTTP
C
camel-netty-http
networkingjavav4.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NettyHttpComponent
org.apache.camel.component.netty.http.NettyHttpComponent

Adds the Netty HTTP component to a Camel context.

import org.apache.camel.component.netty.http.NettyHttpComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Quickstart { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); NettyHttpComponent component = new NettyHttpComponent(); context.addComponent("netty-http", component); System.out.println("Netty HTTP component added"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.18.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
2
OpenAI (training)
1
Resources
camel-netty-http — mvn dependency:get camel-netty-http · libregistry