Package org.asynchttpclient.request.body.generator
-
Interface Summary Interface Description BodyGenerator Creates a request body.FeedableBodyGenerator BodyGeneratorwhich may return just part of the payload at the time handler is requesting it.FeedListener -
Class Summary Class Description BodyChunk BoundedQueueFeedableBodyGenerator ByteArrayBodyGenerator ABodyGeneratorbacked by a byte array.FileBodyGenerator Creates a request body from the contents of a file.InputStreamBodyGenerator ABodyGeneratorwhich use anInputStreamfor reading bytes, without having to read the entire stream in memory.PushBody QueueBasedFeedableBodyGenerator<T extends Queue<BodyChunk>> UnboundedQueueFeedableBodyGenerator