Uses of Class
no.ntnu.vegare.visualizer.client.connection.ConnectionType

Packages that use ConnectionType
no.ntnu.vegare.visualizer.client.auth   
no.ntnu.vegare.visualizer.client.connection   
 

Uses of ConnectionType in no.ntnu.vegare.visualizer.client.auth
 

Constructors in no.ntnu.vegare.visualizer.client.auth with parameters of type ConnectionType
CertificatePanel(ConnectionType type, java.security.cert.X509Certificate certificate)
           
 

Uses of ConnectionType in no.ntnu.vegare.visualizer.client.connection
 

Methods in no.ntnu.vegare.visualizer.client.connection that return ConnectionType
 ConnectionType HttpsConnection.getConnectionType()
           
static ConnectionType ConnectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionType[] ConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in no.ntnu.vegare.visualizer.client.connection with parameters of type ConnectionType
 void HttpsConnection.setConnectionType(ConnectionType connectionType)