HTTP Requests in Java: HTTP Requests with Java's HttpClient

Java    |    Beginner
  • 9 videos | 1h 17m 2s
  • Includes Assessment
  • Earns a Badge
Rating 4.0 of 14 users Rating 4.0 of 14 users (14)
Examine basic and advanced operations possible when building HTTP requests with Java's HttpClient through this course. Explore how to send a basic GET request and process the response that is returned, configure your request with timeouts, and implement POST, PUT, and DELETE requests. Delve into the features of the HttpClient, such as the use of BodyHandlers to write a response body to a file, detecting and getting information about any URL redirects involved in processing your request, and sending requests asynchronously. Upon completing this course, you'll be able to work with various HTTP requests using Java's HttpClient.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Use the httpclient class to send a get request and process the response that is returned
    Describe the different methods available to access the data and metadata in an httpresponse instance
    Set an upper limit on the amount of time you can wait for a response to an http request
    Recognize the steps involved in automatic redirects and how these can be detected and handled with httpclient
  • Send an asynchronous request using httpclient and recognize how this differs from a synchronous request
    Develop a program to send multiple asynchronous http get requests and process their responses once you are ready
    Implement post, put and delete request calls using httpclient
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 179 users Rating 4.5 of 179 users (179)
Rating 4.5 of 84 users Rating 4.5 of 84 users (84)
Rating 4.6 of 213 users Rating 4.6 of 213 users (213)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 3.8 of 11 users Rating 3.8 of 11 users (11)
Rating 4.5 of 273 users Rating 4.5 of 273 users (273)
Rating 4.5 of 34 users Rating 4.5 of 34 users (34)