Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Reactive Core

Pragya Keshap answered on February 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • reactive spring
  • reactive testing
  • Why reactive?

  • Reactive Core

    0

    This provides a foundation for developing a Reactive web application with Spring. A web application needs three levels of support for serving HTTP web requests:

    Handling of web requests by the server:a. HttpHandler: An interface that is an abstraction of a request/response handler over different HTTP server APIs, such as Netty or Tomcat:

    b. WebHandler: Provides support for user sessions, request and session attributes, a locale and principal for the request, form data, and so on

    Handling of a web request call by the client using WebClient

    Codecs (Encoder, Decoder, HttpMessageWriter, HttpMessageReader, and DataBuffer) for the serialization and deserialization of content at both the server and client level for the request and response

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 18 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.