Package com.soklet.web.response
Class BinaryResponse
java.lang.Object
com.soklet.web.response.BinaryResponse
- All Implemented Interfaces:
Response
- Author:
- Transmogrify LLC.
-
Constructor Summary
ConstructorDescriptionBinaryResponse
(int status, String contentType, InputStream inputStream) BinaryResponse
(String contentType, InputStream inputStream) -
Method Summary