]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/class_BaseConnectionHelper.php
Now incoming, outgoing and 'server' pools are possible
[hub.git] / application / hub / main / helper / connection / class_BaseConnectionHelper.php
index c6f5ceef4003aadb63c410b27d76fcdcaacd39b5..c13e74d356291f8bd0af41ae4f2e041e6a1e606e 100644 (file)
@@ -25,6 +25,21 @@ class BaseConnectionHelper extends BaseHubHelper implements Registerable, Protoc
        // Exception codes
        const EXCEPTION_UNSUPPORTED_ERROR_HANDLER = 0x900;
 
+       /**
+        * Connection type 'incoming'
+        */
+       const CONNECTION_TYPE_INCOMING = 'incoming';
+
+       /**
+        * Connection type 'outgoing'
+        */
+       const CONNECTION_TYPE_OUTGOING = 'outgoing';
+
+       /**
+        * Connection type 'server'
+        */
+       const CONNECTION_TYPE_SERVER   = 'server';
+
        /**
         * Protocol used
         */