Registry / networking / httpcore-nio

httpcore-nio

JSON →
library4.4.16javamavenunverified

Non-blocking I/O extensions for Apache HttpComponents Core, enabling asynchronous HTTP processing.

<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> <version>4.4.16</version> </dependency>
INSTALL
IMPORT
SIG · HTTPCORE-NIO
H
httpcore-nio
networkingjavav4.4.16
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.

IOReactor
org.apache.http.nio.reactor.IOReactor

Create a default non-blocking I/O reactor.

import org.apache.http.nio.reactor.IOReactor; import org.apache.http.impl.nio.reactor.DefaultIOReactor; public class Example { public static void main(String[] args) throws Exception { IOReactor reactor = new DefaultIOReactor(); System.out.println("NIO reactor created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
httpcore-nio — mvn dependency:get httpcore-nio · libregistry