]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/unl/class_UniversalNodeLocator.php
Continued rewrite:
[hub.git] / application / hub / main / unl / class_UniversalNodeLocator.php
index 7f857a0e83e081eee5a07321ec8f0d28ed793c6a..98646bc06148dab31d1953773e9fb6abf2d40685 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class UniversalNodeLocator extends BaseFrameworkSystem implements LocateableNode {
+       //------- UNL parts -------
+       // Protocol
+       const UNL_PART_PROTOCOL = 'protocol';
+       // Address
+       const UNL_PART_ADDRESS  = 'address';
+       // Extra part
+       const UNL_PART_EXTRA    = 'extra';
+       // Port (if any)
+       const UNL_PART_PORT     = 'port';
+
        /**
         * UNL data array
         */