public interface HttpRequestBodyStream
Modifier and Type | Method and Description |
---|---|
default boolean |
resetPosition()
Called from native when the processing needs the stream to rewind itself back to its beginning.
|
default boolean |
sendRequestBody(ByteBuffer bodyBytesOut)
Called from Native when the Http Request has a Body (Eg PUT/POST requests).
|
default boolean sendRequestBody(ByteBuffer bodyBytesOut)
bodyBytesOut
- The Buffer to write the Request Body Bytes to.default boolean resetPosition()
Copyright © 2020. All rights reserved.