httpcomponents-core 4.4.14-2 source package in Ubuntu

Changelog

httpcomponents-core (4.4.14-2) unstable; urgency=medium

  * Track only the 4.x releases
  * Standards-Version updated to 4.6.0.1

 -- Emmanuel Bourg <email address hidden>  Fri, 17 Sep 2021 10:18:48 +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
Jammy release universe java

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.14-2.dsc 2.2 KiB 8a53d84ace47955c194099e1f3ddcbaaeaf673f0c8006be96347657b90c2230d
httpcomponents-core_4.4.14.orig.tar.xz 358.3 KiB 5b4a56169ebad8dd209bea7641020f212ad33fe0776511b490b54e737a0ce87d
httpcomponents-core_4.4.14-2.debian.tar.xz 4.9 KiB c2cd374b4134e795c3b5c4fa8209c47a6cc497c65b80c16625547d9644cdd27c

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.