Package org.analogweb.core
Class DefaultResponse
- java.lang.Object
-
- org.analogweb.core.DefaultResponse
-
-
Constructor Summary
Constructors Constructor Description DefaultResponse(ResponseEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commit(RequestContext request, ResponseContext response)
long
getContentLength()
ResponseEntity
getEntity()
-
-
-
Constructor Detail
-
DefaultResponse
public DefaultResponse(ResponseEntity entity)
-
-
Method Detail
-
getEntity
public ResponseEntity getEntity()
-
getContentLength
public long getContentLength()
- Specified by:
getContentLength
in interfaceResponse
-
commit
public void commit(RequestContext request, ResponseContext response)
-
-