public class HttpResponseResult extends Object
HttpRequest to the
server.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpResponseResult.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
HttpResponseResult() |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseResult.Builder |
builder() |
HttpResponseResult.Builder |
copy() |
OptionalLong |
getByteLength() |
Charset |
getCharset() |
InputStream |
getEntityContent() |
HttpResponseAttributes |
getHttpResponseAttributes() |
org.mule.runtime.api.metadata.MediaType |
getMediaType() |
public static HttpResponseResult.Builder builder()
public HttpResponseResult.Builder copy()
public InputStream getEntityContent()
public HttpResponseAttributes getHttpResponseAttributes()
public org.mule.runtime.api.metadata.MediaType getMediaType()
public Charset getCharset()
public OptionalLong getByteLength()
Copyright © 2023. All rights reserved.