public static class HttpUtils.HttpResponse extends Object
HttpResponse(byte[] bytes, Map<String,List<String>> headers)
String
getString()
<T> T
toBean(Class<T> beanType)
<T> List<T>
toList(Class<T> itemType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HttpResponse(byte[] bytes, Map<String,List<String>> headers)
public String getString()
public <T> T toBean(Class<T> beanType)
public <T> List<T> toList(Class<T> itemType)
Copyright © 2023. All rights reserved.