Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Feature/HttpClient"

< Jetty‎ | Feature
(New page: {{Jetty Feature | introduction = The Jetty HttpClient is the Jetty component that allows to make requests to HTTP servers and to interpret responses from HTTP servers. | body = The Jetty...)
 
Line 5: Line 5:
 
| body =
 
| body =
 
The Jetty HttpClient has the following features:
 
The Jetty HttpClient has the following features:
 
+
* Asynchronous by nature, with possibility to use it synchronously.
 +
* Choice of using non-blocking connectors (the default) or blocking connectors.
 +
* Support for SSL.
 +
* Support for HTTP proxy.
 +
* Support for HTTP authentication mechanisms.
 +
* Highly configurable.
  
 
}}
 
}}

Revision as of 04:12, 15 September 2009



Introduction

The Jetty HttpClient is the Jetty component that allows to make requests to HTTP servers and to interpret responses from HTTP servers.

Feature

The Jetty HttpClient has the following features:

  • Asynchronous by nature, with possibility to use it synchronously.
  • Choice of using non-blocking connectors (the default) or blocking connectors.
  • Support for SSL.
  • Support for HTTP proxy.
  • Support for HTTP authentication mechanisms.
  • Highly configurable.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.