{"id":68850,"library":"cxf-rt-transports-http-hc","title":"Apache CXF HTTP Async Transport","description":"Apache CXF Runtime HTTP Async Transport provides asynchronous HTTP transport support for web services using Apache CXF.","status":"active","version":"4.2.0","language":"java","source_language":null,"source_url":"https://gitbox.apache.org/repos/asf?p=cxf.git","tags":["async","cxf","http","transport","web-services"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.cxf</groupId>\n  <artifactId>cxf-rt-transports-http-hc</artifactId>\n  <version>4.2.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.cxf:cxf-rt-transports-http-hc:4.2.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"AsyncHTTPConduit","correct":"org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit"}],"quickstart":{"code":"import org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit;\nimport org.apache.cxf.endpoint.Client;\nimport org.apache.cxf.frontend.ClientProxy;\n\n// Assuming a service proxy\nMyService service = new MyService();\nClient client = ClientProxy.getClient(service);\nAsyncHTTPConduit conduit = (AsyncHTTPConduit) client.getConduit();\nconduit.getClient().setReceiveTimeout(10000);\nSystem.out.println(\"Async HTTP conduit configured.\");","lang":"java","description":"Configures an asynchronous HTTP conduit for a CXF web service client."},"warnings":[{"fix":"Add dependency on org.apache.httpcomponents:httpasyncclient.","message":"AsyncHTTPConduit requires the Apache HttpClient async library; ensure it is on the classpath.","severity":"gotcha","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'apach':1,6,21 'async':4,10,23 'asynchron':13 'cxf':2,7,22,24 'http':3,9,14,25 'provid':12 'runtim':8 'servic':19,29 'support':16 'transport':5,11,15,26 'use':20 'web':18,28 'web-servic':27","created_at":"2026-06-17T17:54:42.299795+00:00","updated_at":"2026-06-17T17:54:42.299795+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://cxf.apache.org","github":null,"docs":"https://appdoc.app/artifact/org.apache.cxf/cxf-rt-transports-http-hc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}