TABLE NAMEprotocols
DESCRIPTIONThe protocols table has an entry for each service protocol along with the default port numbers. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| protocol | string | false | true | | net_binds.app_protocol httpd_jk_protocols.protocol | 1.0a100 | the unique name of the protocol | | port | net_port | false | false | | | 1.80.0 | the default port of the protocol | | name | string | false | false | | | 1.0a100 | the name of the service | | is_user_service | boolean | false | false | | | 1.0a105 | indicates that a user may add and remove this service | | isUniquePerHost | boolean | false | false | | | 1.92.2-SNAPSHOT | indicates that the app_protocol is used at most one per host |
|