Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription
Packages that use EndpointDescription
Package
Description
-
Uses of EndpointDescription in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return EndpointDescriptionModifier and TypeMethodDescriptionEndpointDescription.Codec.decodeType(EncodingContext context, UaDecoder decoder) EndpointDescription @Nullable []PubSubConfiguration2DataType.getDefaultSecurityKeyServices()EndpointDescription @Nullable []GetEndpointsResponse.getEndpoints()EndpointDescription @Nullable []JsonServerEndpointsMessage.getEndpoints()EndpointDescription @Nullable []DataSetReaderDataType.getSecurityKeyServices()EndpointDescription @Nullable []PubSubGroupDataType.getSecurityKeyServices()EndpointDescription @Nullable []CreateSessionResponse.getServerEndpoints()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type EndpointDescriptionMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type EndpointDescriptionModifier and TypeMethodDescriptionvoidEndpointDescription.Codec.encodeType(EncodingContext context, UaEncoder encoder, EndpointDescription value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type EndpointDescriptionModifierConstructorDescriptionCreateSessionResponse(ResponseHeader responseHeader, NodeId sessionId, NodeId authenticationToken, Double revisedSessionTimeout, ByteString serverNonce, ByteString serverCertificate, EndpointDescription @Nullable [] serverEndpoints, SignedSoftwareCertificate @Nullable [] serverSoftwareCertificates, SignatureData serverSignature, UInteger maxRequestMessageSize) DataSetReaderDataType(@Nullable String name, Boolean enabled, Variant publisherId, UShort writerGroupId, UShort dataSetWriterId, DataSetMetaDataType dataSetMetaData, DataSetFieldContentMask dataSetFieldContentMask, Double messageReceiveTimeout, UInteger keyFrameCount, @Nullable String headerLayoutUri, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, KeyValuePair @Nullable [] dataSetReaderProperties, DataSetReaderTransportDataType transportSettings, DataSetReaderMessageDataType messageSettings, SubscribedDataSetDataType subscribedDataSet) GetEndpointsResponse(ResponseHeader responseHeader, EndpointDescription @Nullable [] endpoints) JsonServerEndpointsMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, DateTime timestamp, ApplicationDescription description, EndpointDescription @Nullable [] endpoints) PubSubConfiguration2DataType(PublishedDataSetDataType @Nullable [] publishedDataSets, PubSubConnectionDataType @Nullable [] connections, Boolean enabled, StandaloneSubscribedDataSetDataType @Nullable [] subscribedDataSets, DataSetMetaDataType @Nullable [] dataSetClasses, EndpointDescription @Nullable [] defaultSecurityKeyServices, SecurityGroupDataType @Nullable [] securityGroups, PubSubKeyPushTargetDataType @Nullable [] pubSubKeyPushTargets, UInteger configurationVersion, KeyValuePair @Nullable [] configurationProperties) PubSubGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties) ReaderGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, ReaderGroupTransportDataType transportSettings, ReaderGroupMessageDataType messageSettings, DataSetReaderDataType @Nullable [] dataSetReaders) WriterGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, UShort writerGroupId, Double publishingInterval, Double keepAliveTime, UByte priority, String @Nullable [] localeIds, @Nullable String headerLayoutUri, WriterGroupTransportDataType transportSettings, WriterGroupMessageDataType messageSettings, DataSetWriterDataType @Nullable [] dataSetWriters) -
Uses of EndpointDescription in org.eclipse.milo.opcua.stack.core.util
Methods in org.eclipse.milo.opcua.stack.core.util that return EndpointDescriptionModifier and TypeMethodDescriptionstatic EndpointDescriptionEndpointUtil.updateUrl(@NonNull EndpointDescription endpoint, @Nullable String hostname) Replace the hostname in the endpoint URL field ofendpointwith a new one.static EndpointDescriptionEndpointUtil.updateUrl(@NonNull EndpointDescription endpoint, @Nullable String hostname, int port) Replace the hostname and port in the endpoint URL field ofendpointwith new ones.Methods in org.eclipse.milo.opcua.stack.core.util with parameters of type EndpointDescriptionModifier and TypeMethodDescriptionstatic EndpointDescriptionEndpointUtil.updateUrl(@NonNull EndpointDescription endpoint, @Nullable String hostname) Replace the hostname in the endpoint URL field ofendpointwith a new one.static EndpointDescriptionEndpointUtil.updateUrl(@NonNull EndpointDescription endpoint, @Nullable String hostname, int port) Replace the hostname and port in the endpoint URL field ofendpointwith new ones.