Uses of Interface
org.asynchttpclient.request.body.Body
-
Packages that use Body Package Description org.asynchttpclient.netty.request.body org.asynchttpclient.request.body org.asynchttpclient.request.body.generator org.asynchttpclient.request.body.multipart -
-
Uses of Body in org.asynchttpclient.netty.request.body
Methods in org.asynchttpclient.netty.request.body that return Body Modifier and Type Method Description BodyNettyBodyBody. getBody()Constructors in org.asynchttpclient.netty.request.body with parameters of type Body Constructor Description NettyBodyBody(Body body, AsyncHttpClientConfig config) -
Uses of Body in org.asynchttpclient.request.body
Subinterfaces of Body in org.asynchttpclient.request.body Modifier and Type Interface Description interfaceRandomAccessBodyA request body which supports random access to its contents. -
Uses of Body in org.asynchttpclient.request.body.generator
Classes in org.asynchttpclient.request.body.generator that implement Body Modifier and Type Class Description protected classByteArrayBodyGenerator.ByteBodyclassPushBodyMethods in org.asynchttpclient.request.body.generator that return Body Modifier and Type Method Description BodyBodyGenerator. createBody()Creates a new instance of the request body to be read.BodyByteArrayBodyGenerator. createBody()BodyInputStreamBodyGenerator. createBody()BodyQueueBasedFeedableBodyGenerator. createBody() -
Uses of Body in org.asynchttpclient.request.body.multipart
Classes in org.asynchttpclient.request.body.multipart that implement Body Modifier and Type Class Description classMultipartBody
-