Class DoipClient

All Implemented Interfaces:
AutoCloseable, DoipClientInterface

public class DoipClient extends AbstractDoipClient implements AutoCloseable
A DOIP client for performing operations on objects. The client can be used to perform arbitrary operations on object, and also provides specific methods for the basic DOIP operations. In general handle resolution will be used to find the service information for accessing the object: the target id is resolved, handle values of type DOIPService are references to service ids which are resolved, handle values of type DOIPServiceInfo have service connection information. It is also possible to explicitly supply the service through which the operation is to be performed. The user should call close() to release all resources.