|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.tcp.io.TcpMessageLimits
public class TcpMessageLimits
TcpMessageLimits class.
| Field Summary | |
|---|---|
static int |
BaseHeaderSize
The length of the base message header. |
static int |
CertificateThumbprintSize
The length a X509 certificate thumbprint. |
static int |
DefaultChannelLifetime
How long a connection will remain in the server after it goes into a faulted state. |
static int |
DefaultMaxBufferSize
The default buffer size to use for communication. |
static int |
DefaultMaxMessageSize
The default maximum message size. |
static int |
DefaultSecurityTokenLifeTime
How long a security token lasts before it needs to be renewed. |
static int |
MaxBufferSize
The maximum send or receive buffer size. |
static int |
MaxCertificateSize
The maximum length for an x509 certificate. |
static int |
MaxEndpointUrlLength
The maximum length for the endpoint url in the hello message. |
static int |
MaxErrorReasonLength
The maximum length for the reason in an error message. |
static UnsignedInteger |
MaxRolloverSequenceNumber
The first sequence number after a rollover must be less than this value. |
static int |
MaxSecurityPolicyUriSize
The maximum length for an a security policy uri. |
static int |
MaxTimeBetweenReconnects
The maximum time interval between reconnect attempts. |
static int |
MessageTypeAndSize
The size of the message type and size prefix in each message. |
static int |
MinBufferSize
The minimum send or receive buffer size. |
static int |
MinSecurityTokenLifeTime
The minimum lifetime for a security token lasts before it needs to be renewed. |
static UnsignedInteger |
MinSequenceNumber
Sequence numbers may only rollover if they are larger than this value. |
static int |
MinTimeBetweenReconnects
The minimum time interval between reconnect attempts. |
static int |
SequenceHeaderSize
The length of the sequence message header. |
static int |
StringLengthSize
The number of bytes required to specify the length of an encoding string or bytestring. |
static int |
SymmetricHeaderSize
The length of the message header use with symmetric cryptography. |
static double |
TokenRenewalPeriod
The fraction of the lifetime to wait before renewing a token. |
| Constructor Summary | |
|---|---|
TcpMessageLimits()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MessageTypeAndSize
public static final int MinBufferSize
public static final int MaxBufferSize
public static final int MaxErrorReasonLength
public static final int MaxEndpointUrlLength
public static final int MaxCertificateSize
public static final int MaxSecurityPolicyUriSize
public static final int BaseHeaderSize
public static final int SymmetricHeaderSize
public static final int SequenceHeaderSize
public static final int CertificateThumbprintSize
public static final int StringLengthSize
public static final UnsignedInteger MinSequenceNumber
public static final UnsignedInteger MaxRolloverSequenceNumber
public static final int DefaultMaxBufferSize
public static final int DefaultMaxMessageSize
public static final int DefaultChannelLifetime
public static final int DefaultSecurityTokenLifeTime
public static final int MinSecurityTokenLifeTime
public static final int MinTimeBetweenReconnects
public static final int MaxTimeBetweenReconnects
public static final double TokenRenewalPeriod
| Constructor Detail |
|---|
public TcpMessageLimits()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||