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
@Deprecated(forRemoval=true,
since="5.1.0")
public interface StreamedServletMessage<B,BB>
extends io.micronaut.http.HttpMessage<B>, org.reactivestreams.Publisher<BB>
Deprecated, for removal: This API element is subject to removal in a future version.
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
ServerHttpRequest
API instead