Web site changes reflecting promotion to the TLP status

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@604907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2007-12-17 16:20:09 +00:00
parent 30d4733d06
commit 8055c0845a
2 changed files with 18 additions and 19 deletions

View File

@ -6,54 +6,54 @@
HttpClient Examples HttpClient Examples
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientExecuteDirect.java}Direct request}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientExecuteDirect.java}Direct request}}
This example demonstrates how to send an HTTP request directly. This example demonstrates how to send an HTTP request directly.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientExecuteProxy.java}Request via a proxy}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientExecuteProxy.java}Request via a proxy}}
This example demonstrates how to send an HTTP request via a proxy. This example demonstrates how to send an HTTP request via a proxy.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientConnectionRelease.java}Connection management}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientConnectionRelease.java}Connection management}}
This example demonstrates the recommended way of using API to make sure the underlying This example demonstrates the recommended way of using API to make sure the underlying
connection gets released back to the connection manager. connection gets released back to the connection manager.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientAbortMethod.java}Abort method}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientAbortMethod.java}Abort method}}
This example demonstrates how to abort an HTTP request before its normal completion. This example demonstrates how to abort an HTTP request before its normal completion.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientAuthentication.java}Client authentication}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientAuthentication.java}Client authentication}}
This example uses HttpClient to execute an HTTP request against a target site that requires user This example uses HttpClient to execute an HTTP request against a target site that requires user
authentication. authentication.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientProxyAuthentication.java}Proxy authentication}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientProxyAuthentication.java}Proxy authentication}}
A simple example showing execution of an HTTP request over a secure connection tunneled through A simple example showing execution of an HTTP request over a secure connection tunneled through
an authenticating proxy. an authenticating proxy.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientChunkEncodedPost.java}Chunk encoded POST}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientChunkEncodedPost.java}Chunk encoded POST}}
This example shows how to stream out a request entity using chunk encoding. This example shows how to stream out a request entity using chunk encoding.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientCustomContext.java}Custom execution context}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientCustomContext.java}Custom execution context}}
This example demonstrates the use of a local HTTP context populated custom attributes. This example demonstrates the use of a local HTTP context populated custom attributes.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientFormLogin.java}Form based logon}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientFormLogin.java}Form based logon}}
This example demonstrates how HttpClient can be used to perform form-based logon. This example demonstrates how HttpClient can be used to perform form-based logon.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientMultiThreadedExecution.java}Threaded request execution}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientMultiThreadedExecution.java}Threaded request execution}}
An example that executes HTTP requests from multiple worker threads. An example that executes HTTP requests from multiple worker threads.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientCustomSSL.java}Custom SSL context}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientCustomSSL.java}Custom SSL context}}
This example demonstrates how to create secure connections with a custom SSL context. This example demonstrates how to create secure connections with a custom SSL context.
* {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientGZipContentCompression.java}Custom protocol interceptors}} * {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientGZipContentCompression.java}Custom protocol interceptors}}
This example shows the use of protocol interceptors to transparently modify properties of HTTP This example shows the use of protocol interceptors to transparently modify properties of HTTP
messages sent / received by the HTTP client. messages sent / received by the HTTP client.

View File

@ -31,22 +31,21 @@
<project name="HttpComponents Client"> <project name="HttpComponents Client">
<bannerLeft> <bannerLeft>
<name>Jakarta</name> <name>Apache</name>
<src>http://jakarta.apache.org/images/logos/jakarta-logo.png</src> <src>http://www.apache.org/images/asf_logo_wide.gif</src>
<href>http://jakarta.apache.org/</href> <href>http://www.apache.org/</href>
</bannerLeft> </bannerLeft>
<bannerRight> <bannerRight>
<name>HttpComponents</name> <name>HttpComponents</name>
<src>http://jakarta.apache.org/httpcomponents/images/logos/httpcomponents.png</src> <src>../images/logos/httpcomponents.png</src>
<href>http://jakarta.apache.org/httpcomponents/</href> <href>http://hc.apache.org/</href>
</bannerRight> </bannerRight>
<body> <body>
<links> <links>
<item name="Apache" href="http://www.apache.org/" /> <item name="Apache" href="http://www.apache.org/" />
<item name="Jakarta" href="http://jakarta.apache.org/"/> <item name="HttpComponents" href="http://hc.apache.org/"/>
<item name="HttpComponents" href=".."/>
</links> </links>
<menu name="HttpComponents"> <menu name="HttpComponents">