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

OutgoingMessage

interface OutgoingMessage : Message

This interface represents outgoing CoAP Message objects.

Properties

body

abstract val body: OutgoingBody

Coap message body

Inherited Properties

options

abstract val options: Options

Coap message options

Inheritors

OutgoingRequest

interface OutgoingRequest : OutgoingMessage, BaseRequest

Represents outgoing request for a request in coap client mode.

OutgoingResponse

interface OutgoingResponse : OutgoingMessage, BaseResponse

Implementations of this interface will be sent back to the CoAP Client in response to requests coming in to a CoAP Server