Mastering Spring Application Development by 2015
Author:2015
Language: eng
Format: epub, mobi
Publisher: Packt Publishing
Chapter 6. Spring Integration with HTTP
In this chapter, let us see how the Spring Integration package supports the HTTP protocol. We shall also look into HTTP and its features to get a better understanding of performing HTTP operations with the Spring framework.
HTTP stands for Hyper Text Transfer Protocol, which, in turn, stands for secure connection. This protocol comes under an application layer used for data transfer. It uses Transmission Control Protocol/Internet Protocol (TCP/IP) communication for data transfers. HTTP is a connectionless and stateless protocol, since the server and client are only aware of each other during request and response time. Any type of data can be sent across HTTP, as long as the server and client are able to handle it. The requests are sent via a web URL, that is a uniform resource locator. The URL contains the following parts: http://www.domainname.com/path/?abc=xyz
Protocol: http:// or https://
Host: www.domainname.com
Resource path: path
Query: abc=xyz
Download
Mastering Spring Application Development by 2015.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(21802)
Hello! Python by Anthony Briggs(21020)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(19516)
Dependency Injection in .NET by Mark Seemann(19061)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(18697)
Kotlin in Action by Dmitry Jemerov(18543)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(18273)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(17130)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16955)
Grails in Action by Glen Smith Peter Ledbrook(16250)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(13903)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(11901)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10699)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10592)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(9799)
Hit Refresh by Satya Nadella(9101)
The Kubernetes Operator Framework Book by Michael Dame(8535)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8358)
Robo-Advisor with Python by Aki Ranin(8304)