public interface HttpResponse
| Modifier and Type | Method and Description |
|---|---|
HttpResponseBody |
body() |
Charset |
charset() |
void |
clear() |
int |
code() |
String |
cookie(String name) |
String[] |
cookieNames() |
HttpCookie |
cookieObject(String name) |
String |
header(String name) |
String |
header(String name,
String def) |
String[] |
headerNames() |
List<String> |
headers(String name) |
String |
host() |
boolean |
isRedirect() |
String |
message() |
boolean |
ok() |
String |
protocol() |
String |
uri() |
String |
url() |
HttpVersion |
version() |
int code()
HttpVersion version()
boolean ok()
String uri()
String url()
String protocol()
String host()
Charset charset()
String message()
boolean isRedirect()
String[] cookieNames()
HttpCookie cookieObject(String name)
String[] headerNames()
HttpResponseBody body()
void clear()
Copyright © 2018. All rights reserved.