ConnectorType
data class ConnectorType
Represents a type of a connector, e.g HTTP or HTTPS.
Parameters
name
-
name of the connector.
Some engines can support other connector types, hence not a enum.
Constructors
ConnectorType(name: String) Represents a type of a connector, e.g HTTP or HTTPS. |
Properties
val name: String name of the connector. |
Companion Object Properties
val HTTP: ConnectorType Non-secure HTTP connector. 1 |
|
val HTTPS: ConnectorType Secure HTTP connector. |