Paketname | libhttpcore-java |
Beschreibung | set of low level HTTP transport components for Java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 4.0.1-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 440 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | David Paleino |
Quelle | httpcomponents-core |
Paketgröße | 314286 Byte |
Prüfsumme MD5 | 5ee32f437f5206d8d1ee251785c2e810 |
Prüfsumme SHA1 | f22295a8bd9f295c40c4ba9b601fc0d1eacbc03a |
Prüfsumme SHA256 | a094fe3c2261f3282d9b9a3babb14dd5bda666b38801e7c9e0d60a98b0174a1b |
Link zum Herunterladen | libhttpcore-java_4.0.1-1_all.deb |
Ausführliche Beschreibung | 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.
|