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
InDoipMessageconstructed by supplying an explicit collection ofInDoipSegmentobjects.An implementation ofInDoipMessageconstructed by supplying a singleJsonElement, which will lead to a single JSON segment in the message.An implementation ofInDoipMessagewhich reads a serialized DOIP message from anInputStreamobject.A segment of a DOIP message to be read as input (seeInDoipMessage).An implementation ofInDoipSegmentproduced from in input stream; may be either a JSON segment or a bytes segment.An implementation ofInDoipSegmentproduced 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 ofOutDoipMessagewhich writes a serialized DOIP message into anOutputStream.