httpcomponents-core 4.2.4-1 source package in Ubuntu

Changelog

httpcomponents-core (4.2.4-1) unstable; urgency=low


  * New upstream release.
  * d/rules: Add get-orig-source target.
  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
  * d/control: Update Vcs-Git field to be pkg-java
  * d/control: Update Homepage field.

 -- Damien Raude-Morvan <email address hidden>  Tue, 07 May 2013 23:58:51 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.2.4-1.dsc 2.3 KiB d6a53ea2401c078a6af9ed3b45ae339dd6189dcfd0e11c3ba8b62951e02e9f98
httpcomponents-core_4.2.4.orig.tar.gz 1.1 MiB e644afa8ebcd19c1dd6d4c95d2686661f0cb62d149896415154fae2a63e5e03c
httpcomponents-core_4.2.4-1.debian.tar.gz 5.0 KiB 58b90662b0eb7de175ef49c41620171f271f55e40f5105c4b38c0c27e0445bf1

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.