Uses of Interface
software.amazon.awssdk.crt.http.HttpStreamBase.HttpStreamWriteDataCompletionCallback
Packages that use HttpStreamBase.HttpStreamWriteDataCompletionCallback
-
Uses of HttpStreamBase.HttpStreamWriteDataCompletionCallback in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpStreamBase.HttpStreamWriteDataCompletionCallbackModifier and TypeMethodDescriptionvoidHttpStreamBase.writeData(byte[] data, boolean endStream, HttpStreamBase.HttpStreamWriteDataCompletionCallback completionCallback) Write data to an HTTP stream.