Package io.micronaut.http.poja
Class PojaHttpResponse<T,RES>
java.lang.Object
io.micronaut.http.poja.PojaHttpResponse<T,RES>
- Type Parameters:
T- The body typeRES- The POJA response type
- All Implemented Interfaces:
io.micronaut.core.attr.AttributeHolder,io.micronaut.core.attr.MutableAttributeHolder,io.micronaut.http.HttpMessage<T>,io.micronaut.http.HttpResponse<T>,io.micronaut.http.MutableHttpMessage<T>,io.micronaut.http.MutableHttpResponse<T>,ServletHttpResponse<RES,T>
A base class for serverless POJA responses.
- Since:
- 4.10.0
- Author:
- Andriy Dmytruk
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.attr.AttributeHolder
getAttribute, getAttributeMethods inherited from interface io.micronaut.http.HttpMessage
getAttributes, getBody, getBody, getBody, getBody, getBodyWriter, getCharacterEncoding, getContentLength, getContentType, getLocaleMethods inherited from interface io.micronaut.http.HttpResponse
body, code, getCookie, getCookies, getStatus, header, reason, setAttribute, statusMethods inherited from interface io.micronaut.core.attr.MutableAttributeHolder
removeAttributeMethods inherited from interface io.micronaut.http.MutableHttpMessage
basicAuth, bearerAuth, bodyWriter, getHeadersMethods inherited from interface io.micronaut.http.MutableHttpResponse
attribute, body, cacheControl, characterEncoding, characterEncoding, contentEncoding, contentLength, contentType, contentType, cookie, cookies, header, headers, headers, locale, status, status, status, status, toMutableResponseMethods inherited from interface io.micronaut.servlet.http.ServletHttpResponse
getNativeResponse, getOutputStream, getWriter, isCommitted, stream, stream
-
Constructor Details
-
PojaHttpResponse
public PojaHttpResponse()
-