httpcomponents-core 4.4.15-1 source package in Ubuntu

Changelog

httpcomponents-core (4.4.15-1) unstable; urgency=medium

  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Mon, 02 May 2022 18:28:19 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.15-1.dsc 2.2 KiB 9e3dd5a3bcac3004815920ce498e8c6a7792d4d3a39499cc07d96ab93877b9a8
httpcomponents-core_4.4.15.orig.tar.xz 358.5 KiB df511c30e89f643bba26ce3fe71ad49680087cdd0a68ce070ef5e4d1e1017ed2
httpcomponents-core_4.4.15-1.debian.tar.xz 4.9 KiB d967b0d44f359a1030501d13291bc39e026ca6f425c8e71b3b2487e4b3c8442d

Available diffs

No changes file available.

Binary packages built by this source

libhttpcore-java: set of low level HTTP transport components for Java

 HttpCore is a set of low level HTTP transport components that can be used
 to build custom client and server side HTTP services with a minimal
 footprint. HttpCore supports two I/O models:
 .
  - blocking I/O model, based on the classic Java I/O;
  - non-blocking, event driven I/O model based on Java NIO.
 .
 The blocking I/O model may be more appropriate for data intensive, low
 latency scenarios, whereas the non-blocking model may be more appropriate
 for high latency scenarios where raw data throughput is less important
 than the ability to handle thousands of simultaneous HTTP connections in
 a resource efficient manner.