public static class HttpSimpleClient.HttpResult extends Object
int
code
String
content
Map<String,List<String>>
headers
HttpResult(int code, Map<String,List<String>> headers, String content)
HttpResult(int code, String content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int code
public final Map<String,List<String>> headers
public final String content
public HttpResult(int code, String content)
public HttpResult(int code, Map<String,List<String>> headers, String content)
Copyright © 2018–2019 Alibaba Group. All rights reserved.