]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/class_BaseListenerDecorator.php
Grouping by protocol of listeners in pool added
[hub.git] / application / hub / main / listener / class_BaseListenerDecorator.php
index 07d4beaf05e337878c6809700d596b3364bbf8fd..c228078df79071573d8c4d3e30e009b3815a20bd 100644 (file)
@@ -78,6 +78,15 @@ class BaseListenerDecorator extends BaseFrameworkSystem {
        public final function getListenPort () {
                return $this->getListenerInstance()->getListenPort();
        }
+
+       /**
+        * Getter for protocol
+        *
+        * @return      $protocol       The used protocol
+        */
+       public final function getProtocol () {
+               return $this->getListenerInstance()->getProtocol();
+       }
 }
 
 // [EOF]