Package org.analogweb
Interface ResponseEntity<T>
-
- All Known Implementing Classes:
DefaultResponseEntity
,ReadableBufferResponseEntity
public interface ResponseEntity<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
entity()
long
getContentLength()
-
-
-
Method Detail
-
entity
T entity()
-
getContentLength
long getContentLength()
-
-