Package net.dona.doip
Class DoipRequestHeadersWithRequestId
java.lang.Object
net.dona.doip.DoipRequestHeaders
net.dona.doip.DoipRequestHeadersWithRequestId
The initial segment of a properly formed DOIP request, including the requestId.
Generally it should suffice to produce a
DoipRequestHeaders
object and allow processing code to
automatically generate the requestId.
Can be serialized or deserialized using Gson.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe requestId of the request, generally automatically generated by processing code.Fields inherited from class net.dona.doip.DoipRequestHeaders
attributes, authentication, clientId, input, operationId, targetId
-
Constructor Summary
ConstructorsConstructorDescriptionCopies the fields from the supplied request. -
Method Summary
-
Field Details
-
requestId
The requestId of the request, generally automatically generated by processing code.
-
-
Constructor Details
-
DoipRequestHeadersWithRequestId
Copies the fields from the supplied request.- Parameters:
request
- the initial segment except the requestId
-