Class AbstractPlcConnection

java.lang.Object
org.apache.plc4x.java.base.connection.AbstractPlcConnection
All Implemented Interfaces:
AutoCloseable, PlcConnectionMetadata, PlcConnection
Direct Known Subclasses:
NettyPlcConnection

public abstract class AbstractPlcConnection
extends Object
implements PlcConnection, PlcConnectionMetadata
Base class for implementing connections. Per default, all operations (read, write, subscribe) are unsupported. Concrete implementations should override the methods indicating connection capabilities and for obtaining respective request builders.