Package org.attribyte.api.http
Class BodyResponse
java.lang.Object
org.attribyte.api.http.Response
org.attribyte.api.http.BodyResponse
A response that holds the full response body in-memory.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.attribyte.api.http.Response
Response.Code -
Field Summary
FieldsFields inherited from class org.attribyte.api.http.Response
attributes, cookies, headers, stats, statusCode -
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetBody()Gets the response body as an immutableByteString.Methods inherited from class org.attribyte.api.http.Response
getAttribute, getAttribute, getCharset, getContentType, getHeaders, getHeaderValue, getHeaderValueList, getHeaderValues, getStats, getStatusCode, getTiming, toString
-
Field Details
-
body
public final com.google.protobuf.ByteString bodyThe (immutable) body.
-
-
Method Details