Uses of Interface
software.amazon.awssdk.crt.http.HttpStream.HttpStreamWriteChunkCompletionCallback
Packages that use HttpStream.HttpStreamWriteChunkCompletionCallback
-
Uses of HttpStream.HttpStreamWriteChunkCompletionCallback in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpStream.HttpStreamWriteChunkCompletionCallbackModifier and TypeMethodDescriptionvoidHttpStream.writeChunk(byte[] chunkData, boolean isFinalChunk, HttpStream.HttpStreamWriteChunkCompletionCallback chunkCompletionCallback) Use only for Http 1.1 Chunked Encoding.