| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.structured | |
| org.eclipse.milo.opcua.stack.core.util |
| Modifier and Type | Method and Description |
|---|---|
EndpointDescription |
EndpointDescription.Codec.decode(SerializationContext context,
UaDecoder decoder) |
EndpointDescription[] |
GetEndpointsResponse.getEndpoints() |
EndpointDescription[] |
CreateSessionResponse.getServerEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
Class<EndpointDescription> |
EndpointDescription.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointDescription.Codec.encode(SerializationContext context,
UaEncoder encoder,
EndpointDescription value) |
| Constructor and Description |
|---|
CreateSessionResponse(ResponseHeader responseHeader,
NodeId sessionId,
NodeId authenticationToken,
Double revisedSessionTimeout,
ByteString serverNonce,
ByteString serverCertificate,
EndpointDescription[] serverEndpoints,
SignedSoftwareCertificate[] serverSoftwareCertificates,
SignatureData serverSignature,
UInteger maxRequestMessageSize) |
GetEndpointsResponse(ResponseHeader responseHeader,
EndpointDescription[] endpoints) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointDescription |
EndpointUtil.updateUrl(@NotNull EndpointDescription endpoint,
@Nullable String hostname)
Replace the hostname in the endpoint URL field of
endpoint with a new one. |
static EndpointDescription |
EndpointUtil.updateUrl(@NotNull EndpointDescription endpoint,
@Nullable String hostname,
int port)
Replace the hostname and port in the endpoint URL field of
endpoint with new ones. |
| Modifier and Type | Method and Description |
|---|---|
static EndpointDescription |
EndpointUtil.updateUrl(@NotNull EndpointDescription endpoint,
@Nullable String hostname)
Replace the hostname in the endpoint URL field of
endpoint with a new one. |
static EndpointDescription |
EndpointUtil.updateUrl(@NotNull EndpointDescription endpoint,
@Nullable String hostname,
int port)
Replace the hostname and port in the endpoint URL field of
endpoint with new ones. |
Copyright © 2025. All rights reserved.