public class EndpointConfiguration extends Structure implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
EndpointConfiguration.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
JSON_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
EndpointConfiguration(Integer operationTimeout,
Boolean useBinaryEncoding,
Integer maxStringLength,
Integer maxByteStringLength,
Integer maxArrayLength,
Integer maxMessageSize,
Integer maxBufferSize,
Integer channelLifetime,
Integer securityTokenLifetime) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedNodeId |
getBinaryEncodingId() |
Integer |
getChannelLifetime() |
Integer |
getMaxArrayLength() |
Integer |
getMaxBufferSize() |
Integer |
getMaxByteStringLength() |
Integer |
getMaxMessageSize() |
Integer |
getMaxStringLength() |
Integer |
getOperationTimeout() |
Integer |
getSecurityTokenLifetime() |
ExpandedNodeId |
getTypeId() |
Boolean |
getUseBinaryEncoding() |
ExpandedNodeId |
getXmlEncodingId() |
public static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId XML_ENCODING_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public static final ExpandedNodeId JSON_ENCODING_ID
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class Structurepublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructurepublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructurepublic Integer getOperationTimeout()
public Boolean getUseBinaryEncoding()
public Integer getMaxStringLength()
public Integer getMaxByteStringLength()
public Integer getMaxArrayLength()
public Integer getMaxMessageSize()
public Integer getMaxBufferSize()
public Integer getChannelLifetime()
public Integer getSecurityTokenLifetime()
Copyright © 2025. All rights reserved.