]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php
The protocol handler was mostly not correct as a listener was really used here.
[core.git] / inc / classes / interfaces / handler / protocol / class_HandleableProtocol.php
index 8cfe6d60c8fd634efe0005ad7f8fe145c56cc208..0a65360e16bbec5db3590216fae3c8d43e583f88 100644 (file)
  */
 interface HandleableProtocol extends Handleable {
        /**
-        * Getter for port number to satify HandleableProtocol
+        * Getter for protocol port number (if any)
         *
-        * @return      $port   The port number
+        * @return      $port   Port number used by the protocol (if any)
         */
-       function getPort ();
+       function getProtocolPort ();
 
        /**
         * Getter for protocol name