Uses of Class
org.asynchttpclient.request.body.Body.BodyState
-
Packages that use Body.BodyState Package Description org.asynchttpclient.request.body org.asynchttpclient.request.body.generator org.asynchttpclient.request.body.multipart -
-
Uses of Body.BodyState in org.asynchttpclient.request.body
Methods in org.asynchttpclient.request.body that return Body.BodyState Modifier and Type Method Description Body.BodyStateBody. transferTo(io.netty.buffer.ByteBuf target)Reads the next chunk of bytes from the body.static Body.BodyStateBody.BodyState. valueOf(String name)Returns the enum constant of this type with the specified name.static Body.BodyState[]Body.BodyState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Body.BodyState in org.asynchttpclient.request.body.generator
Methods in org.asynchttpclient.request.body.generator that return Body.BodyState Modifier and Type Method Description Body.BodyStateByteArrayBodyGenerator.ByteBody. transferTo(io.netty.buffer.ByteBuf target)Body.BodyStatePushBody. transferTo(io.netty.buffer.ByteBuf target) -
Uses of Body.BodyState in org.asynchttpclient.request.body.multipart
Methods in org.asynchttpclient.request.body.multipart that return Body.BodyState Modifier and Type Method Description Body.BodyStateMultipartBody. transferTo(io.netty.buffer.ByteBuf target)
-