httpcomponents-core 4.4.9-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Removed Damien Raude-Morvan from the uploaders (Closes: #889417)
  * Standards-Version updated to 4.1.3
  * Switch to debhelper level 11

 -- Emmanuel Bourg <email address hidden>  Tue, 13 Feb 2018 12:12:07 +0100

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
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.9-1.dsc 2.2 KiB 78e54313d3e63aa15916265ed3aa5b922c008a1a9a3a10b6a0a5399939ed96a0
httpcomponents-core_4.4.9.orig.tar.xz 334.9 KiB 2db89aabd2ff42d78bd61ff33393d32c116ecbce2ee2a97c7bc5523992ca3be3
httpcomponents-core_4.4.9-1.debian.tar.xz 4.8 KiB cfa9c567385de36725b79533ed31b5172dd4be93e942269b49a246ce77b5a727

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.