httpcomponents-core 4.4.3-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Refreshed the patch

 -- Emmanuel Bourg <email address hidden>  Fri, 02 Oct 2015 22:29:21 +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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.3-1.dsc 2.2 KiB 107a3402644e4041a94a0bd7a4d81d90ccda34a37f5e93b2dd9a1b38bba30119
httpcomponents-core_4.4.3.orig.tar.gz 534.3 KiB 91f3d92aabff752b316cf3c75878f6805b9c95243faa8c3e52d23599649a6f84
httpcomponents-core_4.4.3-1.debian.tar.xz 4.8 KiB 911826d771b3698e7506134f8d5f8807015aa3eb089e80d3c23762083adadf1e

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.