public class ReactiveApacheHttpResponse
extends org.apache.hc.core5.http.message.BasicHttpResponse
| Constructor and Description |
|---|
ReactiveApacheHttpResponse(int code) |
ReactiveApacheHttpResponse(int code,
String reasonPhrase) |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveApacheHttpResponse |
copy(org.apache.hc.core5.http.HttpResponse original) |
static ReactiveApacheHttpResponse |
copyLite(org.apache.hc.core5.http.HttpResponse original,
HttpHeaders httpHeaders) |
static ReactiveApacheHttpResponse |
create(int code) |
HttpHeaders |
getSDKHttpHeaders() |
void |
setSDKHttpHeaders(HttpHeaders sdkHttpHeaders) |
addHeader, getCode, getLocale, getReason, getReasonPhrase, getVersion, setCode, setHeader, setLocale, setReasonPhrase, setVersion, toStringaddHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeadersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ReactiveApacheHttpResponse(int code)
public ReactiveApacheHttpResponse(int code,
String reasonPhrase)
public static ReactiveApacheHttpResponse copy(org.apache.hc.core5.http.HttpResponse original)
public static ReactiveApacheHttpResponse copyLite(org.apache.hc.core5.http.HttpResponse original, HttpHeaders httpHeaders)
public static ReactiveApacheHttpResponse create(int code)
public HttpHeaders getSDKHttpHeaders()
public void setSDKHttpHeaders(HttpHeaders sdkHttpHeaders)
Copyright © 2022. All rights reserved.