Java org.springframework.http.server ServletServerHttpRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.server ServletServerHttpRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.server ServletServerHttpRequest.

The text is from its open source code.

Constructor

ServletServerHttpRequest(HttpServletRequest servletRequest)
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest .

Method

HttpHeadersgetHeaders()
HttpMethodgetMethod()
HttpServletRequestgetServletRequest()
Returns the HttpServletRequest this object is based on.