Package org.analogweb
Interface Response
-
- All Known Implementing Classes:
DefaultResponse
public interface Response
Holding response entity to write.- Author:
- y2k2mt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
commit(RequestContext request, ResponseContext response)
long
getContentLength()
ResponseEntity
getEntity()
-
-
-
Method Detail
-
getEntity
ResponseEntity getEntity()
-
getContentLength
long getContentLength()
-
commit
void commit(RequestContext request, ResponseContext response)
-
-