Package io.zenoh.query
Class ReplyOptions
-
- All Implemented Interfaces:
public final class ReplyOptions
-
-
Field Summary
Fields Modifier and Type Field Description private Encodingencodingprivate <Error class: unknown class>timeStampprivate IntoZBytesattachmentprivate Booleanexpressprivate CongestionControlcongestionControlprivate Prioritypriority
-
Constructor Summary
Constructors Constructor Description ReplyOptions(Encoding encoding, <Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
-
Method Summary
Modifier and Type Method Description final EncodinggetEncoding()final UnitsetEncoding(Encoding encoding)final <Error class: unknown class>getTimeStamp()final Unit)>setTimeStamp(<Error class: unknown class> timeStamp)final IntoZBytesgetAttachment()final UnitsetAttachment(IntoZBytes attachment)final BooleangetExpress()QoS express value. final UnitsetExpress(Boolean express)QoS express value. final CongestionControlgetCongestionControl()The congestion control policy. final UnitsetCongestionControl(CongestionControl congestionControl)The congestion control policy. final PrioritygetPriority()The priority policy. final UnitsetPriority(Priority priority)The priority policy. final <Error class: unknown class>setAttachment(String attachment)-
-
Constructor Detail
-
ReplyOptions
ReplyOptions(Encoding encoding, <Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
- Parameters:
encoding- Encoding of the payload of the reply.timeStamp- Optional timestamp.attachment- Optional attachment.
-
-
Method Detail
-
getEncoding
final Encoding getEncoding()
-
setEncoding
final Unit setEncoding(Encoding encoding)
- Parameters:
encoding- Encoding of the payload of the reply.
-
getTimeStamp
final <Error class: unknown class> getTimeStamp()
-
setTimeStamp
final Unit )>setTimeStamp(<Error class: unknown class> timeStamp)
- Parameters:
timeStamp- Optional timestamp.
-
getAttachment
final IntoZBytes getAttachment()
-
setAttachment
final Unit setAttachment(IntoZBytes attachment)
- Parameters:
attachment- Optional attachment.
-
getExpress
final Boolean getExpress()
QoS express value.
-
setExpress
final Unit setExpress(Boolean express)
QoS express value.
-
getCongestionControl
final CongestionControl getCongestionControl()
The congestion control policy.
-
setCongestionControl
final Unit setCongestionControl(CongestionControl congestionControl)
The congestion control policy.
-
getPriority
final Priority getPriority()
The priority policy.
-
setPriority
final Unit setPriority(Priority priority)
The priority policy.
-
setAttachment
final <Error class: unknown class> setAttachment(String attachment)
-
-
-
-