Net::STOMP::Client::Version man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::STOMP::Client::VeUsernContributed Perl DocuNet::STOMP::Client::Version(3)

NAME
       Net::STOMP::Client::Version - Version support for Net::STOMP::Client

SYNOPSIS
	 use Net::STOMP::Client;
	 $stomp = Net::STOMP::Client->new(host => "127.0.0.1", port => 61613);
	 ...
	 # can change the acceptable versions only _before_ connect()
	 $stomp->accept_version([ "1.1", "1.2" ]);
	 ...
	 $stomp->connect();
	 ...
	 # can get the negotiated version only _after_ connect()
	 printf("using STOMP %s\n", $stomp->version());

DESCRIPTION
       This module handles STOMP protocol version negotiation. It is used
       internally by Net::STOMP::Client and should not be directly used
       elsewhere.

METHODS
       This module provides the following methods to Net::STOMP::Client:

       accept_version([VALUE])
	   get/set the list of acceptable STOMP protocol versions; the given
	   value can either be undef (meaning all supported versions) or a
	   single version or an array reference for multiple versions

       version([STRING])
	   get the negotiated STOMP protocol version

SUPPORTED VERSIONS
       Net::STOMP::Client supports the versions 1.0 (see
       http://stomp.github.com/stomp-specification-1.0.html
       <http://stomp.github.com/stomp-specification-1.0.html>), 1.1 (see
       http://stomp.github.com/stomp-specification-1.1.html
       <http://stomp.github.com/stomp-specification-1.1.html>) and 1.2 (see
       http://stomp.github.com/stomp-specification-1.2.html
       <http://stomp.github.com/stomp-specification-1.2.html>) of the STOMP
       protocol.

SEE ALSO
       Net::STOMP::Client.

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

       Copyright CERN 2012

perl v5.14.3			  2012-12-14	Net::STOMP::Client::Version(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net