| java.lang.Object | |
| ↳ | org.springframework.http.client.support.HttpRequestWrapper |
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the
request. Methods default to calling through to the wrapped request object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
HttpRequest wrapping the given request object. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the headers of the wrapped request.
| |||||||||||
Returns the method of the wrapped request.
| |||||||||||
Returns the wrapped request.
| |||||||||||
Returns the URI of the wrapped request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.http.HttpMessage
| |||||||||||
From interface
org.springframework.http.HttpRequest
| |||||||||||
Creates a new HttpRequest wrapping the given request object.
| request | the request object to be wrapped |
|---|
Returns the headers of the wrapped request.
Returns the method of the wrapped request.