public class TcpConnectionBuilder.TcpSettingsImpl extends ConnectionBuilder.SettingsImpl implements HdlcTcpSettings
Constructor and Description |
---|
TcpSettingsImpl(TcpConnectionBuilder connectionBuilder) |
Modifier and Type | Method and Description |
---|---|
org.openmuc.jdlms.internal.sessionlayer.hdlc.HdlcAddressPair |
addressPair() |
java.net.InetAddress |
inetAddress() |
RawMessageListener |
rawMessageListener() |
int |
tcpPort() |
challengeLength, clientId, confirmedMode, deviceId, logicalDeviceId, manufactureId, messageFragmentTimeout, physicalDeviceId, referencingMethod, responseTimeout, securitySuite, systemTitle, updateAuthenticationKey, updateGlobalEncryptionKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
challengeLength, clientId, confirmedMode, deviceId, logicalDeviceId, manufactureId, messageFragmentTimeout, physicalDeviceId, referencingMethod, responseTimeout, securitySuite, systemTitle, updateAuthenticationKey, updateGlobalEncryptionKey
public TcpSettingsImpl(TcpConnectionBuilder connectionBuilder)
public java.net.InetAddress inetAddress()
inetAddress
in interface TcpSettings
public int tcpPort()
tcpPort
in interface TcpSettings
public org.openmuc.jdlms.internal.sessionlayer.hdlc.HdlcAddressPair addressPair()
addressPair
in interface HdlcSettings
public RawMessageListener rawMessageListener()
rawMessageListener
in interface TcpSettings