Package org.wildfly.elytron.web.barehttp
Class BareHttpResponse
- java.lang.Object
-
- org.wildfly.elytron.web.barehttp.BareHttpResponse
-
public class BareHttpResponse extends Object
Representation of an HTTP Response.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContentLength()Map<String,List<String>>getHeaders()StringgetMessageBody()intgetStatusCode()booleanisChunkedEncoding()
-