annotate lib/org.apache.httpcore_4.0/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 ---------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 Apache HTTP Components Core
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 ---------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "HttpCore is a set of low level HTTP transport components that can
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 be used to build custom client and server side HTTP services with a
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 minimal footprint. HttpCore supports two I/O models: blocking I/O
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8 model based on the classic Java I/O and non-blocking, event driven
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9 I/O model based on Java NIO."
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12 http://hc.apache.org/httpcomponents-core/