Package io.micronaut.servlet.http
Interface StreamedServletMessage<B,BB>
- Type Parameters:
B
- The body typeBB
- The byte buffer type
- All Superinterfaces:
io.micronaut.core.attr.AttributeHolder
,io.micronaut.http.HttpMessage<B>
,io.micronaut.core.attr.MutableAttributeHolder
,org.reactivestreams.Publisher<BB>
- All Known Implementing Classes:
DefaultServletHttpRequest
public interface StreamedServletMessage<B,BB>
extends io.micronaut.http.HttpMessage<B>, org.reactivestreams.Publisher<BB>
Represents a streamed HTTP message.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.core.attr.AttributeHolder
getAttribute, getAttribute
Methods inherited from interface io.micronaut.http.HttpMessage
getAttributes, getBody, getBody, getBody, getBody, getBodyWriter, getCharacterEncoding, getContentLength, getContentType, getHeaders, getLocale, setAttribute
Methods inherited from interface io.micronaut.core.attr.MutableAttributeHolder
removeAttribute
Methods inherited from interface org.reactivestreams.Publisher
subscribe