Uses of Interface
org.opcfoundation.ua.transport.RequestChannel

Packages that use RequestChannel
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.tcp.io   
 

Uses of RequestChannel in org.opcfoundation.ua.application
 

Classes in org.opcfoundation.ua.application that implement RequestChannel
 class SessionChannel
          Session channel is a request channel of an active session.
 

Uses of RequestChannel in org.opcfoundation.ua.transport
 

Subinterfaces of RequestChannel in org.opcfoundation.ua.transport
 interface SecureChannel
          Client's SecureChannel connection.
 

Classes in org.opcfoundation.ua.transport that implement RequestChannel
 class ServiceChannel
          This utility class envelopes Securechannel with client service methods.
 

Fields in org.opcfoundation.ua.transport declared as RequestChannel
protected  RequestChannel ChannelService.channel
          The back-end channel object
 

Methods in org.opcfoundation.ua.transport with parameters of type RequestChannel
protected  void ChannelService.setRequestChannel(RequestChannel channel)
           
 

Constructors in org.opcfoundation.ua.transport with parameters of type RequestChannel
ChannelService(RequestChannel clientChannel)
           
 

Uses of RequestChannel in org.opcfoundation.ua.transport.https
 

Classes in org.opcfoundation.ua.transport.https that implement RequestChannel
 class HttpsClientSecureChannel
          HttpsClientSecureChannel class.
 

Uses of RequestChannel in org.opcfoundation.ua.transport.tcp.io
 

Classes in org.opcfoundation.ua.transport.tcp.io that implement RequestChannel
 class SecureChannelTcp
          Client's Secure Channel connection to an endpoint.
 



Copyright © 2018. All rights reserved.