Java org.springframework.http.client ClientHttpRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.client ClientHttpRequest fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.springframework.http.client.ClientHttpRequest has the following implementations.
Click this link to see all its implementation.

Method

ClientHttpResponseexecute()
Execute this request, resulting in a ClientHttpResponse that can be read.
OutputStreamgetBody()
Return the body of the message as an output stream.
ClassgetClass()
Returns the runtime class of this Object .
HttpHeadersgetHeaders()
Return the headers of this message.
HttpMethodgetMethod()
Return the HTTP method of the request.
URIgetURI()
Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).