org.opcfoundation.ua.transport.tcp.io
Class TcpConnectionLimits
java.lang.Object
org.opcfoundation.ua.transport.tcp.io.TcpConnectionLimits
- All Implemented Interfaces:
- Cloneable
public class TcpConnectionLimits
- extends Object
- implements Cloneable
Negotiated connection limits.
maxSendMessageSize
public int maxSendMessageSize
maxSendBufferSize
public int maxSendBufferSize
maxSendChunkCount
public int maxSendChunkCount
maxRecvMessageSize
public int maxRecvMessageSize
maxRecvBufferSize
public int maxRecvBufferSize
maxRecvChunkCount
public int maxRecvChunkCount
TcpConnectionLimits
public TcpConnectionLimits()
clone
public TcpConnectionLimits clone()
-
- Overrides:
clone in class Object
Copyright © 2018. All rights reserved.