Package net.dona.doip
package net.dona.doip
-
ClassDescriptionException which indicates a malformed DOIP message.Constants useful in processing DOIP messages.The initial segment of a properly formed DOIP request, except the requestId which will be generated by processing code.The initial segment of a properly formed DOIP request, including the requestId.The initial segment of a properly formed DOIP request, except the requestId, which will be generated by processing code.The initial segment of a properly formed DOIP response, including the requestId.A DOIP message to be read as input (for example, a response for the client, or a request for the server).An implementation of
InDoipMessage
constructed by supplying an explicit collection ofInDoipSegment
objects.An implementation ofInDoipMessage
constructed by supplying a singleJsonElement
, which will lead to a single JSON segment in the message.An implementation ofInDoipMessage
which reads a serialized DOIP message from anInputStream
object.A segment of a DOIP message to be read as input (seeInDoipMessage
).An implementation ofInDoipSegment
produced from in input stream; may be either a JSON segment or a bytes segment.An implementation ofInDoipSegment
produced from supplied JSON, which is always a JSON segment.A DOIP message to be written as output (for example, a request from the client, or a response from the server).An implementation ofOutDoipMessage
which writes a serialized DOIP message into anOutputStream
.