Class: Pione::Location::NotificationBroadcastScheme

Inherits:
LocationScheme show all
Defined in:
lib/pione/location/notification-scheme.rb

Overview

NotificationBroadcastScheme is a scheme for PIONE notification protocol using UDP broadcast.

Examples:

URI.parse("pnb://255.255.255.255:56000")

Constant Summary collapse

COMPONENT =
[:scheme, :host, :port]

Method Summary

Methods inherited from LocationScheme

#pione?, #storage?

Methods inherited from URI::Generic

#as_directory, #directory?, #file?, #pione?