]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/listener/class_Listenable.php
Continued with refacturing:
[hub.git] / application / hub / interfaces / listener / class_Listenable.php
index ec878cc538ffe69823c904c3b88d092d5e6e49df..652f03e643d9334dce0fefc6f27d20289b891935 100644 (file)
@@ -67,6 +67,13 @@ interface Listenable extends FrameworkInterface {
         */
        function getListenPort ();
 
+       /**
+        * Getter for connection type
+        *
+        * @return      $connectionType         Connection type for this listener
+        */
+       function getConnectionType ();
+
        /**
         * Getter for peer pool instance
         *