Class: Pione::Location::NotificationUnicastScheme

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

Overview

NotificationUnicastScheme is a scheme for PIONE notification protocol using UDP unicast.

Examples:

URI.parse("pnu://192.168.100.10: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?