]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/handler/network/class_Networkable.php
New singleton-factories introduced:
[hub.git] / application / hub / interfaces / handler / network / class_Networkable.php
index f3611a06968370006d89cb918657d3fb5510876b..12b1ad2ada159cd6c3a945b380b9998aa1022fdb 100644 (file)
  */
 interface Networkable extends Handleable {
        /**
-        * Processes a package from given resource. This is mostly useful for TCP
+        * Processes raw data from given resource. This is mostly useful for TCP
         * package handling and is implemented in the TcpListener class
         *
         * @param       $resource       A valid resource identifier
         * @return      void
         * @throws      InvalidResourceException        If the given resource is invalid
         */
-       function processResourcePackage ($resource);
+       function processResourceRawData ($resource);
 }
 
 // [EOF]