]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/pool/peer/class_PoolablePeer.php
Continued with hub:
[hub.git] / application / hub / interfaces / pool / peer / class_PoolablePeer.php
index 769a13edc30dce8a6ff83b17966c440a930b8ebf..badd521df3e3410b3d6fed08738f36b7b7c68641 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A default peer pool class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,6 +29,7 @@ interface PoolablePeer extends Poolable, SocketTag {
         * @param       $connectionType         Type of connection, can only be 'incoming', 'outgoing' or 'server'
         * @return      void
         * @throws      InvalidSocketException  If the given resource is invalid or errorous
+        * @throws      InvalidConnectionTypeException  If the provided connection type is not valid
         */
        function addPeer ($socketResource, $connectionType);
 
@@ -51,6 +52,7 @@ interface PoolablePeer extends Poolable, SocketTag {
         *
         * @param       $connectionType         Type of connection, can only be 'incoming', 'outgoing' or 'server'
         * @return      $sockets                        An array with sockets of given type
+        * @throws      InvalidConnectionTypeException  If the provided connection type is not valid
         */
        function getSocketsByConnectionType ($connectionType);
 }