A B C D E F G H I K N O S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractTransport - Class in org.eclipse.milo.opcua.stack.client.transport
- AbstractTransport(UaStackClientConfig) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.AbstractTransport
B
- build() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- builder() - Static method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
C
- channel() - Method in class org.eclipse.milo.opcua.stack.client.transport.AbstractTransport
-
Get a
Channelsuitable for sending a request on. - channel() - Method in class org.eclipse.milo.opcua.stack.client.transport.http.OpcHttpTransport
- channel() - Method in class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcTcpTransport
- channel() - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcWebSocketTransport
- channelActive(ChannelHandlerContext) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler
- channelInactive(ChannelHandlerContext) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientMessageHandler
- ClientChannelFsm - Class in org.eclipse.milo.opcua.stack.client.transport.uasc
- ClientChannelFsm() - Constructor for class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientChannelFsm
- ClientSecureChannel - Class in org.eclipse.milo.opcua.stack.client.transport.uasc
- ClientSecureChannel(KeyPair, X509Certificate, List<X509Certificate>, X509Certificate, List<X509Certificate>, SecurityPolicy, MessageSecurityMode) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- ClientSecureChannel(SecurityPolicy, MessageSecurityMode) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- connect() - Method in class org.eclipse.milo.opcua.stack.client.DiscoveryClient
- connect() - Method in class org.eclipse.milo.opcua.stack.client.transport.http.OpcHttpTransport
- connect() - Method in class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcTcpTransport
- connect() - Method in interface org.eclipse.milo.opcua.stack.client.transport.UaTransport
-
Connect this transport.
- connect() - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcWebSocketTransport
- connect() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Connect this
UaStackClientto the server in the configured endpoint. - copy(UaStackClientConfig) - Static method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Copy the values from an existing
UaStackClientConfiginto a newUaStackClientConfigBuilder. - copy(UaStackClientConfig, Consumer<UaStackClientConfigBuilder>) - Static method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Copy the values from an existing
UaStackClientConfiginto a newUaStackClientConfigBuilderand then submit the builder to the provided consumer for modification. - create(UaStackClientConfig) - Static method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Create a
UaStackClientwithconfig.
D
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientMessageHandler
- decode(ChannelHandlerContext, HttpResponse, List<Object>) - Method in class org.eclipse.milo.opcua.stack.client.transport.http.OpcClientHttpCodec
- decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcClientWebSocketBinaryFrameCodec
- disconnect() - Method in class org.eclipse.milo.opcua.stack.client.DiscoveryClient
- disconnect() - Method in class org.eclipse.milo.opcua.stack.client.transport.http.OpcHttpTransport
- disconnect() - Method in class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcTcpTransport
- disconnect() - Method in interface org.eclipse.milo.opcua.stack.client.transport.UaTransport
-
Disconnect this transport.
- disconnect() - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcWebSocketTransport
- disconnect() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Disconnect this
UaStackClientfrom the server in the configured endpoint. - DiscoveryClient - Class in org.eclipse.milo.opcua.stack.client
- DiscoveryClient(UaStackClient) - Constructor for class org.eclipse.milo.opcua.stack.client.DiscoveryClient
E
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcClientWebSocketBinaryFrameCodec
- encode(ChannelHandlerContext, UaTransportRequest, ByteBuf) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler
- encode(ChannelHandlerContext, UaTransportRequest, ByteBuf) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientMessageHandler
- encode(ChannelHandlerContext, UaTransportRequest, List<Object>) - Method in class org.eclipse.milo.opcua.stack.client.transport.http.OpcClientHttpCodec
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientMessageHandler
F
- findServers(String) - Static method in class org.eclipse.milo.opcua.stack.client.DiscoveryClient
-
Query the FindServers service at the
endpointUrl. - findServers(String, String[], String[]) - Method in class org.eclipse.milo.opcua.stack.client.DiscoveryClient
-
Query the FindServers service at the
endpointUrl. - fromConfig(UaStackClientConfig) - Static method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
G
- getAcknowledgeTimeout() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getCertificate() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Get the
X509Certificateto use. - getCertificateChain() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Get the
X509Certificateto use as well as any certificates in the certificate chain. - getCertificateValidator() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Get the
CertificateValidatorthis client will use to validate server certificates when connecting. - getChannel() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getChannelId() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getChannelLifetime() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getChannelSecurity() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getConfig() - Method in class org.eclipse.milo.opcua.stack.client.transport.AbstractTransport
-
Get the
UaStackClientConfigof theUaStackClientthis transport instance belongs to. - getConfig() - Method in class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcTcpTransport
- getConfig() - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcWebSocketTransport
- getConfig() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
- getConnectTimeout() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getDataTypeManager() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Get the client
DataTypeManager. - getDecryptionKeys(ChannelSecurity.SecurityKeys) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getEncodingLimits() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getEncryptionKeys(ChannelSecurity.SecurityKeys) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getEndpoint() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Get the endpoint to connect to.
- getEndpoints(String) - Static method in class org.eclipse.milo.opcua.stack.client.DiscoveryClient
-
Query the GetEndpoints service at
endpointUrl. - getEndpoints(String, String[], String[]) - Method in class org.eclipse.milo.opcua.stack.client.DiscoveryClient
-
Query the GetEndpoints service at
endpointUrl. - getEventLoop() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getExecutor() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getFuture() - Method in class org.eclipse.milo.opcua.stack.client.transport.UaTransportRequest
- getKeyPair() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getKeyPair() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
-
Get the
KeyPairto use. - getLocalCertificate() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getLocalCertificateChain() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getLocalNonce() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getMessageLimits() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getMessageSecurityMode() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getNamespaceTable() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Get the client
NamespaceTable. - getRemoteCertificate() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getRemoteCertificateChain() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getRemoteNonce() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getRequest() - Method in class org.eclipse.milo.opcua.stack.client.transport.UaTransportRequest
- getRequestTimeout() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
- getSecurityPolicy() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- getSerializationContext() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Get the client
SerializationContext. - getTimeout() - Method in class org.eclipse.milo.opcua.stack.client.transport.UaTransportRequest
- getWheelTimer() - Method in interface org.eclipse.milo.opcua.stack.client.UaStackClientConfig
H
- handlerAdded(ChannelHandlerContext) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientMessageHandler
I
- initChannel(SocketChannel) - Method in class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcClientTcpChannelInitializer
- initChannel(SocketChannel) - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcClientWebSocketChannelInitializer
K
- KEY_REQUEST_ID_SEQUENCE - Static variable in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
N
- newChannelFsm(UaStackClient) - Static method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientChannelFsm
- newRequestHeader() - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Create a new
RequestHeaderwith a null authentication token. - newRequestHeader(NodeId) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Create a new
RequestHeaderwithauthToken. - newRequestHeader(NodeId, UInteger) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Create a new
RequestHeaderwithauthTokenandrequestTimeout.
O
- OpcClientHttpCodec - Class in org.eclipse.milo.opcua.stack.client.transport.http
- OpcClientTcpChannelInitializer - Class in org.eclipse.milo.opcua.stack.client.transport.tcp
- OpcClientTcpChannelInitializer(UaStackClient, CompletableFuture<ClientSecureChannel>) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcClientTcpChannelInitializer
- OpcClientWebSocketBinaryFrameCodec - Class in org.eclipse.milo.opcua.stack.client.transport.websocket
- OpcClientWebSocketBinaryFrameCodec(UaStackClient, CompletableFuture<ClientSecureChannel>) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcClientWebSocketBinaryFrameCodec
- OpcClientWebSocketChannelInitializer - Class in org.eclipse.milo.opcua.stack.client.transport.websocket
- OpcClientWebSocketChannelInitializer(UaStackClient, CompletableFuture<ClientSecureChannel>) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcClientWebSocketChannelInitializer
- OpcHttpTransport - Class in org.eclipse.milo.opcua.stack.client.transport.http
- OpcHttpTransport(UaStackClient) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.http.OpcHttpTransport
- OpcTcpTransport - Class in org.eclipse.milo.opcua.stack.client.transport.tcp
- OpcTcpTransport(UaStackClient) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.tcp.OpcTcpTransport
- OpcWebSocketTransport - Class in org.eclipse.milo.opcua.stack.client.transport.websocket
- OpcWebSocketTransport(UaStackClient) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcWebSocketTransport
- org.eclipse.milo.opcua.stack.client - package org.eclipse.milo.opcua.stack.client
- org.eclipse.milo.opcua.stack.client.transport - package org.eclipse.milo.opcua.stack.client.transport
- org.eclipse.milo.opcua.stack.client.transport.http - package org.eclipse.milo.opcua.stack.client.transport.http
- org.eclipse.milo.opcua.stack.client.transport.tcp - package org.eclipse.milo.opcua.stack.client.transport.tcp
- org.eclipse.milo.opcua.stack.client.transport.uasc - package org.eclipse.milo.opcua.stack.client.transport.uasc
- org.eclipse.milo.opcua.stack.client.transport.websocket - package org.eclipse.milo.opcua.stack.client.transport.websocket
S
- sendRequest(UaRequestMessage) - Method in class org.eclipse.milo.opcua.stack.client.transport.AbstractTransport
- sendRequest(UaRequestMessage) - Method in class org.eclipse.milo.opcua.stack.client.transport.http.OpcHttpTransport
- sendRequest(UaRequestMessage) - Method in interface org.eclipse.milo.opcua.stack.client.transport.UaTransport
-
Send a
UaRequestMessage, returning aCompletableFuturerepresenting the result of the operation. - sendRequest(UaRequestMessage) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClient
-
Send a
UaRequestMessageto the connected server. - sendRequest(UaRequestMessage, Channel, boolean) - Method in class org.eclipse.milo.opcua.stack.client.transport.AbstractTransport
- setAcknowledgeTimeout(UInteger) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setCertificate(X509Certificate) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setCertificateChain(X509Certificate[]) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setCertificateValidator(CertificateValidator) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setChannel(Channel) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- setChannelId(long) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- setChannelLifetime(UInteger) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setChannelSecurity(ChannelSecurity) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- setConnectTimeout(UInteger) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setEncodingLimits(EncodingLimits) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setEndpoint(EndpointDescription) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setEventLoop(NioEventLoopGroup) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setExecutor(ExecutorService) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setKeyPair(KeyPair) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setLocalNonce(ByteString) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- setMessageLimits(MessageLimits) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setRemoteNonce(ByteString) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
- setRequestTimeout(UInteger) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- setTimeout(Timeout) - Method in class org.eclipse.milo.opcua.stack.client.transport.UaTransportRequest
- setWheelTimer(HashedWheelTimer) - Method in class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
T
- toString() - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.ClientSecureChannel
U
- UascClientAcknowledgeHandler - Class in org.eclipse.milo.opcua.stack.client.transport.uasc
- UascClientAcknowledgeHandler(UaStackClient, CompletableFuture<ClientSecureChannel>) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientAcknowledgeHandler
- UascClientMessageHandler - Class in org.eclipse.milo.opcua.stack.client.transport.uasc
- UaStackClient - Class in org.eclipse.milo.opcua.stack.client
- UaStackClient(UaStackClientConfig, Function<UaStackClient, UaTransport>) - Constructor for class org.eclipse.milo.opcua.stack.client.UaStackClient
- UaStackClientConfig - Interface in org.eclipse.milo.opcua.stack.client
- UaStackClientConfigBuilder - Class in org.eclipse.milo.opcua.stack.client
- UaStackClientConfigBuilder() - Constructor for class org.eclipse.milo.opcua.stack.client.UaStackClientConfigBuilder
- UaTransport - Interface in org.eclipse.milo.opcua.stack.client.transport
- UaTransportRequest - Class in org.eclipse.milo.opcua.stack.client.transport
- UaTransportRequest(UaRequestMessage) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.UaTransportRequest
- UaTransportRequest(UaRequestMessage, CompletableFuture<UaResponseMessage>) - Constructor for class org.eclipse.milo.opcua.stack.client.transport.UaTransportRequest
- userEventTriggered(ChannelHandlerContext, Object) - Method in class org.eclipse.milo.opcua.stack.client.transport.uasc.UascClientMessageHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class org.eclipse.milo.opcua.stack.client.transport.websocket.OpcClientWebSocketBinaryFrameCodec
All Classes All Packages