Interface Response
- All Known Implementing Classes:
ByteResponse,FileResponse,StringResponse
public interface Response
-
Method Summary
-
Method Details
-
getStatusCode
StatusCode getStatusCode() -
getHeaders
-
getBodyLength
default long getBodyLength() -
writeBody
- Throws:
IOException
-