httpcomponents-core 4.4.12-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Removed the unused ${java:Depends} variable in debian/control
  * Standards-Version updated to 4.4.1
  * Use a secure URI in debian/watch

 -- Emmanuel Bourg <email address hidden>  Sat, 05 Oct 2019 10:05:40 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.12-1.dsc 2.1 KiB bdcf2cedaeca30496a2fa22b467cb5b56fe9fa6816905d96ffbb7004de1a3f57
httpcomponents-core_4.4.12.orig.tar.xz 343.6 KiB 9f85caeda097bcffeb84e3b12aa95793b3ed70a182bc3fa277b7984362eb9c68
httpcomponents-core_4.4.12-1.debian.tar.xz 4.9 KiB e0a9e95396385e960f11736803f138ebefeb4606def001276a05c4a36492931a

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.