public final class SimpleHttpResponse
extends org.apache.hc.core5.http.message.HttpResponseWrapper
| Constructor and Description |
|---|
SimpleHttpResponse(org.apache.hc.core5.http.HttpResponse head,
String body,
org.apache.hc.core5.http.ContentType contentType) |
SimpleHttpResponse(int code) |
SimpleHttpResponse(int code,
String body,
org.apache.hc.core5.http.ContentType contentType) |
SimpleHttpResponse(int code,
String reasonPhrase,
String body,
org.apache.hc.core5.http.ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
org.apache.hc.core5.http.ContentType |
getContentType() |
getCode, getLocale, getReasonPhrase, setCode, setLocale, setReasonPhraseaddHeader, addHeader, containsHeader, containsHeaders, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getSingleHeader, getVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersion, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SimpleHttpResponse(org.apache.hc.core5.http.HttpResponse head,
String body,
org.apache.hc.core5.http.ContentType contentType)
public SimpleHttpResponse(int code,
String reasonPhrase,
String body,
org.apache.hc.core5.http.ContentType contentType)
public SimpleHttpResponse(int code,
String body,
org.apache.hc.core5.http.ContentType contentType)
public SimpleHttpResponse(int code)
public String getBody()
public org.apache.hc.core5.http.ContentType getContentType()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.