Class CrtInputStream
- java.lang.Object
-
- software.amazon.awssdk.http.auth.aws.crt.internal.io.CrtInputStream
-
- All Implemented Interfaces:
software.amazon.awssdk.crt.http.HttpRequestBodyStream
public final class CrtInputStream extends Object implements software.amazon.awssdk.crt.http.HttpRequestBodyStream
-
-
Constructor Summary
Constructors Constructor Description CrtInputStream(ContentStreamProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanresetPosition()booleansendRequestBody(ByteBuffer bodyBytesOut)
-
-
-
Constructor Detail
-
CrtInputStream
public CrtInputStream(ContentStreamProvider provider)
-
-
Method Detail
-
sendRequestBody
public boolean sendRequestBody(ByteBuffer bodyBytesOut)
- Specified by:
sendRequestBodyin interfacesoftware.amazon.awssdk.crt.http.HttpRequestBodyStream
-
resetPosition
public boolean resetPosition()
- Specified by:
resetPositionin interfacesoftware.amazon.awssdk.crt.http.HttpRequestBodyStream
-
-