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, getAttributeMethods inherited from interface io.micronaut.http.HttpMessage
getAttributes, getBody, getBody, getBody, getBody, getBodyWriter, getCharacterEncoding, getContentLength, getContentType, getHeaders, getLocale, setAttributeMethods inherited from interface io.micronaut.core.attr.MutableAttributeHolder
removeAttributeMethods inherited from interface org.reactivestreams.Publisher
subscribe