httpcomponents-core 4.3.2-1 source package in Ubuntu

Changelog

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


  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Fri, 21 Feb 2014 23:28:09 +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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.3.2-1.dsc 2.2 KiB 921d04eb76329d3b01c1e25e9129500ec47315dd58e412df314120237904a339
httpcomponents-core_4.3.2.orig.tar.gz 491.0 KiB bfca9c897c45c3f6635dec3c0fccb524337eb33171daa469d43a926ff16bb413
httpcomponents-core_4.3.2-1.debian.tar.xz 4.7 KiB d085f822bfd2bc253d99ddab45829e410f1f7bee394630f8be1ff3f0226d31cc

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.