org.opcfoundation.ua.transport.tcp.impl
Class TcpConnectionParameters

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

public class TcpConnectionParameters
extends Object
implements Cloneable

TCP Connection parameters


Field Summary
 String endpointUrl
           
 int maxRecvChunkCount
           
 int maxRecvChunkSize
           
 int maxRecvMessageSize
           
 int maxSendChunkCount
           
 int maxSendChunkSize
           
 int maxSendMessageSize
           
 
Constructor Summary
TcpConnectionParameters()
           
 
Method Summary
 TcpConnectionParameters clone()
          
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxSendMessageSize

public int maxSendMessageSize

maxSendChunkSize

public int maxSendChunkSize

maxSendChunkCount

public int maxSendChunkCount

maxRecvMessageSize

public int maxRecvMessageSize

maxRecvChunkSize

public int maxRecvChunkSize

maxRecvChunkCount

public int maxRecvChunkCount

endpointUrl

public String endpointUrl
Constructor Detail

TcpConnectionParameters

public TcpConnectionParameters()
Method Detail

clone

public TcpConnectionParameters clone()

Overrides:
clone in class Object


Copyright © 2018. All rights reserved.