GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / OutgoingBody

OutgoingBody

sealed class OutgoingBody

Represents body of outgoing coap message.

In server mode its the response and in client mode its the request

Inheritors

BytesArrayOutgoingBody

class BytesArrayOutgoingBody : OutgoingBody

OutgoingBody with body source from a ByteArray

EmptyOutgoingBody

class EmptyOutgoingBody : OutgoingBody

Empty OutgoingBody

InputStreamOutgoingBody

class InputStreamOutgoingBody : OutgoingBody

OutgoingBody with body source from a InputStream