To force global use of the HTTP Components transport, you can set a bus-level property:
Bus bus = BusFactory.getDefaultBus(); // insist on the async connector to use PATCH. bus.setProperty(AsyncHTTPConduit.USE_ASYNC, Boolean.TRUE);
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!