httpcomponents-core 4.1-1 source package in Ubuntu

Changelog

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

  * New upstream version
  * Refresh patch to apply to current buildsystem (00-fix_build.patch)
  * Bump Standards-Version to 3.9.1, no changes needed
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:54:02 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
David Paleino
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.1.orig.tar.gz 386.9 KiB d54a158298e2d960c3909f717ac734073a83768c5967ab8ebdf8bdbb10ca9274
httpcomponents-core_4.1-1.debian.tar.gz 4.9 KiB 1bf78bdb930eb78ed40249d448134a12c1aefcc4777a9b59159ca8de00656dc8
httpcomponents-core_4.1-1.dsc 1.4 KiB 48fdec48ada078d0e5dccb0108b2c71e099e6f754cdc9118d2f97925082cf935

Available diffs

View changes file

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.