GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Rendezvous::Publish::Service(3) User Contributed Perl Documentation Net::Rendezvous::Publish::Service(3)

  Net::Rendezvous::Publish::Service - a Rendezvous odvertised service

  use Net::Rendezvous::Publish;
  my $z = Net::Rendezvous::Publish->new;
  # publish a webserver on an odd port
  my $service = $z->publish( name => "My Webserver",
                             type => "_http._tcp",
                             port => 8231 );
  # handle callbacks for 10 seconds
  for (1..100) { $z->step( 0.1 ) }

  # stop publishing the service
  $service->stop;

A Net::Rendezvous::Publish::Service represents a service you tried to publish.

You never create one directly, and instead are handed one by the publish method.

Stop advertising the service.

Richard Clamp <richardc@unixbeard.net>

Copyright 2004, Richard Clamp. All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Net::Rendezvous::Publish - the module this module supports
2006-01-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.