httpcomponents-core 4.4.7-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <email address hidden>  Fri, 15 Sep 2017 14:36:33 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.7-1.dsc 2.2 KiB 26785f98c366e46b6ec954c605005a5635b2e7f9ce006c6ad51cd6379b2331ef
httpcomponents-core_4.4.7.orig.tar.xz 336.8 KiB d30275303aec9f1b418b3fda3c999946ac7dacf7e86b36cd26db7d6ea2c18d56
httpcomponents-core_4.4.7-1.debian.tar.xz 4.7 KiB 14c3e01af405bbe9b71db29144e5449402721357cb3641237371b933acc5e22b

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.