Class HttpClientClientHttpRequest
- java.lang.Object
-
- org.springframework.http.client.AbstractClientHttpRequest
-
- net.dreamlu.mica.java11.rest.core.HttpClientClientHttpRequest
-
- All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequest,org.springframework.http.HttpMessage,org.springframework.http.HttpOutputMessage,org.springframework.http.HttpRequest
public class HttpClientClientHttpRequest extends org.springframework.http.client.AbstractClientHttpRequestjava 11 ClientHttpRequest- Author:
- L.cm
-
-
Constructor Summary
Constructors Constructor Description HttpClientClientHttpRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.http.client.ClientHttpResponseexecuteInternal(org.springframework.http.HttpHeaders headers)protected OutputStreamgetBodyInternal(org.springframework.http.HttpHeaders headers)StringgetMethodValue()URIgetURI()-
Methods inherited from class org.springframework.http.client.AbstractClientHttpRequest
assertNotExecuted, execute, getBody, getHeaders
-
-
-
-
Method Detail
-
getBodyInternal
protected OutputStream getBodyInternal(org.springframework.http.HttpHeaders headers) throws IOException
- Specified by:
getBodyInternalin classorg.springframework.http.client.AbstractClientHttpRequest- Throws:
IOException
-
executeInternal
protected org.springframework.http.client.ClientHttpResponse executeInternal(org.springframework.http.HttpHeaders headers) throws IOException- Specified by:
executeInternalin classorg.springframework.http.client.AbstractClientHttpRequest- Throws:
IOException
-
getMethodValue
public String getMethodValue()
-
getURI
public URI getURI()
-
-