httpcomponents-core 4.4.8-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Refreshed the patch
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Oct 2017 23:04:20 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.4.8-1.dsc 2.2 KiB 2e06552885c03e17904357a0a9567001497c9c03bd35d6b9e012e76a44fc1369
httpcomponents-core_4.4.8.orig.tar.xz 336.6 KiB b328feddead5177d18160693b682adc5f76e76147b17a9f688eb140900bc8fef
httpcomponents-core_4.4.8-1.debian.tar.xz 4.8 KiB a4997ad3cc2a01eb0eab6e5880ef305490af3836dca52d6b74cf06d50e2c1c77

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.