Class VaadinHttpService

java.lang.Object
org.vaadin.spring.http.VaadinHttpService
All Implemented Interfaces:
HttpService

public class VaadinHttpService extends Object implements HttpService
Implementation of HttpService.
Author:
Marko Radinovic (markoradinovic79@gmail.com), Gert-Jan Timmer (gjr.timmer@gmail.com)
See Also:
  • Constructor Details

    • VaadinHttpService

      public VaadinHttpService()
  • Method Details

    • getCurrentRequest

      public jakarta.servlet.http.HttpServletRequest getCurrentRequest()
      Description copied from interface: HttpService
      Returns the current HTTP servlet request, or null if there is no active request.
      Specified by:
      getCurrentRequest in interface HttpService
    • getCurrentResponse

      public jakarta.servlet.http.HttpServletResponse getCurrentResponse()
      Description copied from interface: HttpService
      Returns the current HTTP servlet response, or null if there is no active response.
      Specified by:
      getCurrentResponse in interface HttpService