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