httpcomponents-core 4.3.2-2 source package in Ubuntu

Changelog

httpcomponents-core (4.3.2-2) unstable; urgency=low


  * Team upload.
  * Fix OSGi metadata generation (Closes: #742812)
    - add 'nouses' to bnd parameters.

 -- Jakub Adam <email address hidden>  Fri, 28 Feb 2014 10:19:18 +0100

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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.3.2-2.dsc 2.2 KiB 4b17c288a181c8fe6a14a46079c12d655d08ab1c3b6b9af9e1113e1854f026bd
httpcomponents-core_4.3.2.orig.tar.gz 491.0 KiB bfca9c897c45c3f6635dec3c0fccb524337eb33171daa469d43a926ff16bb413
httpcomponents-core_4.3.2-2.debian.tar.xz 4.7 KiB 9e191699e3f1944ac91888a1bec559155ccd1efb052f9f40ca90b1cdcf8e829c

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.