org.opcfoundation.ua.transport.tcp.io
Class TcpConnectionLimits

java.lang.Object
  extended by org.opcfoundation.ua.transport.tcp.io.TcpConnectionLimits
All Implemented Interfaces:
Cloneable

public class TcpConnectionLimits
extends Object
implements Cloneable

Negotiated connection limits.


Field Summary
 int maxRecvBufferSize
           
 int maxRecvChunkCount
           
 int maxRecvMessageSize
           
 int maxSendBufferSize
           
 int maxSendChunkCount
           
 int maxSendMessageSize
           
 
Constructor Summary
TcpConnectionLimits()
           
 
Method Summary
 TcpConnectionLimits clone()
          
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxSendMessageSize

public int maxSendMessageSize

maxSendBufferSize

public int maxSendBufferSize

maxSendChunkCount

public int maxSendChunkCount

maxRecvMessageSize

public int maxRecvMessageSize

maxRecvBufferSize

public int maxRecvBufferSize

maxRecvChunkCount

public int maxRecvChunkCount
Constructor Detail

TcpConnectionLimits

public TcpConnectionLimits()
Method Detail

clone

public TcpConnectionLimits clone()

Overrides:
clone in class Object


Copyright © 2018. All rights reserved.