Class DefaultRawSocketTransportConfiguration
- java.lang.Object
-
- org.apache.plc4x.java.transport.pcap.DefaultPcapTransportConfiguration
-
- org.apache.plc4x.java.transport.rawsocket.DefaultRawSocketTransportConfiguration
-
- All Implemented Interfaces:
PlcConfiguration,PlcTransportConfiguration,PcapTransportConfiguration,RawSocketTransportConfiguration
public abstract class DefaultRawSocketTransportConfiguration extends DefaultPcapTransportConfiguration implements RawSocketTransportConfiguration
-
-
Field Summary
-
Fields inherited from interface org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
NO_DEFAULT_PORT
-
-
Constructor Summary
Constructors Constructor Description DefaultRawSocketTransportConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisResolveMacAccess()voidsetResolveMacAddress(boolean resolveMacAddress)-
Methods inherited from class org.apache.plc4x.java.transport.pcap.DefaultPcapTransportConfiguration
getProtocolId, getSupportVlans, setProtocolId, setSupportVlans
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.transport.pcap.PcapTransportConfiguration
getDefaultPort, getPcapPacketHandler, getProtocolId, getSupportVlans
-
-
-
-
Method Detail
-
isResolveMacAccess
public boolean isResolveMacAccess()
- Specified by:
isResolveMacAccessin interfaceRawSocketTransportConfiguration
-
setResolveMacAddress
public void setResolveMacAddress(boolean resolveMacAddress)
-
-