Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Jetty Feature
 
{{Jetty Feature
 
| introduction =
 
| introduction =
 +
 +
{{Jetty Redirect|http://www.eclipse.org/jetty/documentation/current/http-client.html}}
 +
 
The Jetty HttpClient is the Jetty component that allows to make requests to HTTP servers and to interpret responses from HTTP servers.  
 
The Jetty HttpClient is the Jetty component that allows to make requests to HTTP servers and to interpret responses from HTTP servers.  
  
Line 12: Line 15:
 
* Highly configurable in terms of timeouts, connections and thread pooling.
 
* Highly configurable in terms of timeouts, connections and thread pooling.
  
You may want to check the [[Tutorial/HttpClient]] for further information and examples.
+
You may want to check the [[Jetty/Tutorial/HttpClient|HttpClient Tutorial]] for further information and examples.
 
}}
 
}}

Latest revision as of 15:55, 23 April 2013



Introduction

Warning2.png
Jetty 7 and Jetty 8 are now EOL (End of Life)




THIS IS NOT THE DOCUMENTATION YOU ARE LOOKING FOR!!!!!






All development and stable releases are being performed with Jetty 9 and Jetty 10.






This wiki is now officially out of date and all content has been moved to the Jetty Documentation Hub






Direct Link to updated documentation: http://www.eclipse.org/jetty/documentation/current/http-client.html


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 in terms of timeouts, connections and thread pooling.

You may want to check the HttpClient Tutorial for further information and examples.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.