Uses of Class
org.apache.plc4x.java.opcua.readwrite.OpenSecureChannelResponse
-
Packages that use OpenSecureChannelResponse Package Description org.apache.plc4x.java.opcua.context org.apache.plc4x.java.opcua.readwrite -
-
Uses of OpenSecureChannelResponse in org.apache.plc4x.java.opcua.context
Methods in org.apache.plc4x.java.opcua.context that return types with arguments of type OpenSecureChannelResponse Modifier and Type Method Description CompletableFuture<OpenSecureChannelResponse>SecureChannel. onConnectOpenSecureChannel(SecurityTokenRequestType securityTokenRequestType)Methods in org.apache.plc4x.java.opcua.context with parameters of type OpenSecureChannelResponse Modifier and Type Method Description CompletableFuture<CreateSessionResponse>SecureChannel. onConnectCreateSessionRequest(OpenSecureChannelResponse response)CompletableFuture<EndpointDescription>SecureChannel. onDiscoverGetEndpointsRequest(OpenSecureChannelResponse openSecureChannelResponse) -
Uses of OpenSecureChannelResponse in org.apache.plc4x.java.opcua.readwrite
Methods in org.apache.plc4x.java.opcua.readwrite that return OpenSecureChannelResponse Modifier and Type Method Description OpenSecureChannelResponseOpenSecureChannelResponse.OpenSecureChannelResponseBuilderImpl. build()
-