Uses of Interface
org.asynchttpclient.request.body.generator.BodyGenerator
-
Packages that use BodyGenerator Package Description org.asynchttpclient org.asynchttpclient.request.body.generator -
-
Uses of BodyGenerator in org.asynchttpclient
Fields in org.asynchttpclient declared as BodyGenerator Modifier and Type Field Description protected @Nullable BodyGeneratorRequestBuilderBase. bodyGeneratorMethods in org.asynchttpclient that return BodyGenerator Modifier and Type Method Description @Nullable BodyGeneratorDefaultRequest. getBodyGenerator()@Nullable BodyGeneratorRequest. getBodyGenerator()Methods in org.asynchttpclient with parameters of type BodyGenerator Modifier and Type Method Description TRequestBuilderBase. setBody(BodyGenerator bodyGenerator)Constructors in org.asynchttpclient with parameters of type BodyGenerator Constructor Description DefaultRequest(String method, Uri uri, @Nullable InetAddress address, @Nullable InetAddress localAddress, io.netty.handler.codec.http.HttpHeaders headers, List<io.netty.handler.codec.http.cookie.Cookie> cookies, byte @Nullable [] byteData, @Nullable List<byte[]> compositeByteData, @Nullable String stringData, @Nullable ByteBuffer byteBufferData, @Nullable io.netty.buffer.ByteBuf byteBufData, @Nullable InputStream streamData, @Nullable BodyGenerator bodyGenerator, List<Param> formParams, List<Part> bodyParts, @Nullable String virtualHost, @Nullable ProxyServer proxyServer, @Nullable Realm realm, @Nullable File file, @Nullable Boolean followRedirect, @Nullable Duration requestTimeout, @Nullable Duration readTimeout, long rangeOffset, @Nullable Charset charset, ChannelPoolPartitioning channelPoolPartitioning, io.netty.resolver.NameResolver<InetAddress> nameResolver) -
Uses of BodyGenerator in org.asynchttpclient.request.body.generator
Subinterfaces of BodyGenerator in org.asynchttpclient.request.body.generator Modifier and Type Interface Description interfaceFeedableBodyGeneratorBodyGeneratorwhich may return just part of the payload at the time handler is requesting it.Classes in org.asynchttpclient.request.body.generator that implement BodyGenerator Modifier and Type Class Description classBoundedQueueFeedableBodyGeneratorclassByteArrayBodyGeneratorABodyGeneratorbacked by a byte array.classFileBodyGeneratorCreates a request body from the contents of a file.classInputStreamBodyGeneratorABodyGeneratorwhich use anInputStreamfor reading bytes, without having to read the entire stream in memory.classQueueBasedFeedableBodyGenerator<T extends Queue<BodyChunk>>classUnboundedQueueFeedableBodyGenerator
-