Class ByteResponse
java.lang.Object
net.jonathangiles.tools.teenyhttpd.response.ByteResponse
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
StringResponse
-
Constructor Summary
ConstructorsConstructorDescriptionByteResponse(StatusCode statusCode) ByteResponse(StatusCode statusCode, byte[] body) ByteResponse(StatusCode statusCode, List<String> headers) ByteResponse(StatusCode statusCode, List<String> headers, byte[] body) -
Method Summary
-
Constructor Details
-
ByteResponse
-
ByteResponse
-
ByteResponse
-
ByteResponse
-
-
Method Details
-
getStatusCode
- Specified by:
getStatusCodein interfaceResponse
-
getHeaders
- Specified by:
getHeadersin interfaceResponse
-
getBodyLength
public long getBodyLength()- Specified by:
getBodyLengthin interfaceResponse
-
writeBody
- Specified by:
writeBodyin interfaceResponse- Throws:
IOException
-