Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dvayanu committed Nov 25, 2023
1 parent 67fd25c commit 1d0588d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@
*/
public enum ConnectorType {
/**
* Http connection connector. Connect to moskito-agent endpoint.
* Http connection connector. Connects to moskito-control-agent endpoint. @see moskito-control-agent-http-endpoint (maven artifact).
*/
HTTP,
/**
* Generic Http URL connector.
*/
URL,
/**
* DistributeMe (same as RMI) connector. (for backward compatibility)
* DistributeMe (same as RMI) connector. (for backward compatibility).
* moskito-control-agent-rmi-endpoint (maven artifact)..
*/
DISTRIBUTEME,
/**
Expand Down

0 comments on commit 1d0588d

Please sign in to comment.