Record Class IdHTTPResponseFixedSize

java.lang.Object
java.lang.Record
com.io7m.idstore.server.http.IdHTTPResponseFixedSize
Record Components:
statusCode - The status code
cookies - The cookies to set
contentType - The content type
data - The data
All Implemented Interfaces:
IdHTTPResponseType

public record IdHTTPResponseFixedSize(int statusCode, Set<IdHTTPCookieDeclaration> cookies, String contentType, byte[] data) extends Record implements IdHTTPResponseType
A fixed size servlet response.