httpcomponents-core 4.4.16-1 source package in Ubuntu
Changelog
httpcomponents-core (4.4.16-1) unstable; urgency=medium * New upstream release * Standards-Version updated to 4.6.1 -- Emmanuel Bourg <email address hidden> Mon, 05 Dec 2022 14:26:12 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | java | |
Lunar | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
httpcomponents-core_4.4.16-1.dsc | 2.2 KiB | 377b08b88d9913f7948241ccd778aa6b4be47542ba909de0b25af31941b44943 |
httpcomponents-core_4.4.16.orig.tar.xz | 357.3 KiB | 218c3e55024c077910f93ae3e4f28b10f5cc8876100b23e32dd306be022cbf8e |
httpcomponents-core_4.4.16-1.debian.tar.xz | 5.0 KiB | fc0db6f229df3c8cdba511de2535635eb6f35431af741b5299cd7c3b998cfa55 |
Available diffs
- diff from 4.4.15-1 to 4.4.16-1 (3.6 KiB)
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.