Class InputStreamBodyBinder

java.lang.Object
io.micronaut.http.server.netty.binders.InputStreamBodyBinder
All Implemented Interfaces:
AnnotatedArgumentBinder<Body,InputStream,HttpRequest<?>>, ArgumentBinder<InputStream,HttpRequest<?>>, TypeArgumentBinder<InputStream,HttpRequest<?>>, AnnotatedRequestArgumentBinder<Body,InputStream>, BodyArgumentBinder<InputStream>, NonBlockingBodyArgumentBinder<InputStream>, RequestArgumentBinder<InputStream>, TypedRequestArgumentBinder<InputStream>

@Internal public class InputStreamBodyBinder extends Object implements NonBlockingBodyArgumentBinder<InputStream>
Responsible for binding to a InputStream argument from the body of the request.
Since:
2.5.0
Author:
James Kleeh