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