Package com.yahoo.restapi
Class ByteArrayResponse
java.lang.Object
com.yahoo.container.jdisc.HttpResponse
com.yahoo.restapi.ByteArrayResponse
- Direct Known Subclasses:
StringResponse
- Author:
- freva
-
Field Summary
Fields inherited from class com.yahoo.container.jdisc.HttpResponse
DEFAULT_CHARACTER_ENCODING, DEFAULT_MIME_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(OutputStream stream) Marshals this response to the network layer.Methods inherited from class com.yahoo.container.jdisc.HttpResponse
complete, getCharacterEncoding, getContentType, getJdiscResponse, getLogValues, getRequestType, getStatus, headers, maxPendingBytes, populateAccessLogEntry, setRequestType, setStatus
-
Constructor Details
-
ByteArrayResponse
public ByteArrayResponse(byte[] data)
-
-
Method Details
-
render
Description copied from class:HttpResponseMarshals this response to the network layer. The caller is responsible for flushing and closing outputStream.- Specified by:
renderin classHttpResponse- Throws:
IOException
-