GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / OutgoingRequestBuilder / forceNonBlockwise

forceNonBlockwise

fun forceNonBlockwise(value: Boolean): OutgoingRequestBuilder

Flag to treat the request as non-blockwise. In a blockwise request data is sent in chuncks(blocks) of fixed size. In GG we use 1024 bytes. On the tracker some Coap resources accept larger data payloads in a single block. In this case we need to force a non-blockwise request.