public final class HttpResponse extends Object
byte[]
body
int
httpCode
HttpResponse(int httpCode, byte[] body)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int httpCode
@Nonnull public final byte[] body
public HttpResponse(int httpCode, @Nonnull byte[] body)