public class TcpConnectionBuilder.TcpSettingsImpl extends ConnectionBuilder.SettingsImpl implements HdlcTcpSettings
Constructor and Description |
---|
TcpSettingsImpl(TcpConnectionBuilder connectionBuilder) |
Modifier and Type | Method and Description |
---|---|
HdlcAddressPair |
addressPair() |
java.net.InetAddress |
inetAddress() |
int |
port() |
TcpConnectionBuilder.InetTransportProtocol |
tranportProtocol() |
challengeLength, clientId, hdlcMaxInformationLength, logicalDeviceId, physicalDeviceId, rawMessageListener, referencingMethod, responseTimeout, securitySuite, systemTitle, updateAuthenticationKey, updateGlobalEncryptionKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hdlcMaxInformationLength
challengeLength, clientId, logicalDeviceId, physicalDeviceId, rawMessageListener, referencingMethod, responseTimeout, securitySuite, systemTitle, updateAuthenticationKey, updateGlobalEncryptionKey
public TcpSettingsImpl(TcpConnectionBuilder connectionBuilder)
public java.net.InetAddress inetAddress()
inetAddress
in interface TcpSettings
public TcpConnectionBuilder.InetTransportProtocol tranportProtocol()
tranportProtocol
in interface TcpSettings
public int port()
port
in interface TcpSettings
public HdlcAddressPair addressPair()
addressPair
in interface HdlcSettings