Package org.wildfly.elytron.web.barehttp
Class BareHttpResponse
java.lang.Object
org.wildfly.elytron.web.barehttp.BareHttpResponse
Representation of an HTTP Response.
- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionintintboolean
-
Method Details
-
getStatusCode
public int getStatusCode() -
getHeaders
-
getMessageBody
-
getContentLength
public int getContentLength() -
isChunkedEncoding
public boolean isChunkedEncoding()
-