Uses of Class
org.opcfoundation.ua.transport.tcp.io.ITransportChannel.TransportChannelFeature

Packages that use ITransportChannel.TransportChannelFeature
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.tcp.io   
 

Uses of ITransportChannel.TransportChannelFeature in org.opcfoundation.ua.transport.https
 

Methods in org.opcfoundation.ua.transport.https that return types with arguments of type ITransportChannel.TransportChannelFeature
 EnumSet<ITransportChannel.TransportChannelFeature> HttpsClient.getSupportedFeatures()
          Get a list of features supported by the channel.
 

Uses of ITransportChannel.TransportChannelFeature in org.opcfoundation.ua.transport.tcp.io
 

Methods in org.opcfoundation.ua.transport.tcp.io that return ITransportChannel.TransportChannelFeature
static ITransportChannel.TransportChannelFeature ITransportChannel.TransportChannelFeature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITransportChannel.TransportChannelFeature[] ITransportChannel.TransportChannelFeature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opcfoundation.ua.transport.tcp.io that return types with arguments of type ITransportChannel.TransportChannelFeature
 EnumSet<ITransportChannel.TransportChannelFeature> SecureChannelTcp.getSupportedFeatures()
          Get a list of features supported by the channel.
 EnumSet<ITransportChannel.TransportChannelFeature> ITransportChannel.getSupportedFeatures()
          Get a list of features supported by the channel.
 



Copyright © 2018. All rights reserved.