]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/discovery/protocol/class_DiscoverableProtocol.php
Continued with refacturing:
[hub.git] / application / hub / interfaces / discovery / protocol / class_DiscoverableProtocol.php
index 97c894f86bda34394c33c24b02058e3943f902cd..e2c22d982bffa27ef1c0bfa1f6d42abb9be33aeb 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface DiscoverableProtocol extends Discoverable {
-       /**
-        * "Discovers" the protocol type from given raw package data. This is done
-        * by looking at the 'recipient' field and extract the first part from it.
-        *
-        * @param       $packageData    Raw package data
-        * @return      $protocolType   Type of protocol, e.g. 'tcp' for TCP/IPv4 connections
-        */
-       function discoverProtocolByPackageData (array $packageData);
 }
 
 // [EOF]