|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.tcp.io.TcpQuotas
public class TcpQuotas
Tcp connection quotas. Quota values are negotiated between client and server.
The negotiated values are stored in TcpConnectionLimits.
| Field Summary | |
|---|---|
int |
channelLifetime
|
static TcpQuotas |
DEFAULT_CLIENT_QUOTA
Constant DEFAULT_CLIENT_QUOTA |
static TcpQuotas |
DEFAULT_SERVER_QUOTA
Constant DEFAULT_SERVER_QUOTA |
int |
maxBufferSize
|
int |
maxMessageSize
|
int |
securityTokenLifetime
|
| Constructor Summary | |
|---|---|
TcpQuotas(int maxMessageSize,
int maxBufferSize,
int channelLifetime,
int securityTokenLifetime)
Constructor for TcpQuotas. |
|
| 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 TcpQuotas DEFAULT_CLIENT_QUOTA
DEFAULT_CLIENT_QUOTA
public static final TcpQuotas DEFAULT_SERVER_QUOTA
DEFAULT_SERVER_QUOTA
public final int maxMessageSize
public final int maxBufferSize
public final int channelLifetime
public final int securityTokenLifetime
| Constructor Detail |
|---|
public TcpQuotas(int maxMessageSize,
int maxBufferSize,
int channelLifetime,
int securityTokenLifetime)
Constructor for TcpQuotas.
maxMessageSize - a int.maxBufferSize - a int.channelLifetime - a int.securityTokenLifetime - a int.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||