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::STOMP::Client::Peer(3) User Contributed Perl Documentation Net::STOMP::Client::Peer(3)

Net::STOMP::Client::Peer - Peer support for Net::STOMP::Client

  use Net::STOMP::Client;
  $stomp = Net::STOMP::Client->new(host => "127.0.0.1", port => 61613);
  ...
  $peer = $stomp->peer();
  if ($peer) {
      # we are indeed connected to a STOMP server
      printf("server uri is %s\n", $peer->uri());
  }

This module is used internally by Net::STOMP::Client before connection and also afterwards to expose information about the STOMP server that the client is connected to.

This module provides the following methods:

return a new Net::STOMP::Client::Peer object (class method)
get the protocol
get the host name or address
get the port number
get the host numerical IP address
get the host URI in the form "PROTO://HOST:PORT"

Net::STOMP::Client.

Lionel Cons <http://cern.ch/lionel.cons>

Copyright (C) CERN 2010-2021

2021-10-14 perl v5.40.2

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.