Uses of Class
org.asynchttpclient.request.body.generator.BodyChunk
-
Packages that use BodyChunk Package Description org.asynchttpclient.request.body.generator -
-
Uses of BodyChunk in org.asynchttpclient.request.body.generator
Classes in org.asynchttpclient.request.body.generator with type parameters of type BodyChunk Modifier and Type Class Description classQueueBasedFeedableBodyGenerator<T extends Queue<BodyChunk>>Methods in org.asynchttpclient.request.body.generator with parameters of type BodyChunk Modifier and Type Method Description protected booleanBoundedQueueFeedableBodyGenerator. offer(BodyChunk chunk)protected abstract booleanQueueBasedFeedableBodyGenerator. offer(BodyChunk chunk)protected booleanUnboundedQueueFeedableBodyGenerator. offer(BodyChunk chunk)Constructor parameters in org.asynchttpclient.request.body.generator with type arguments of type BodyChunk Constructor Description PushBody(Queue<BodyChunk> queue)
-