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

Net::STOMP::Client::IO - Input/Output support for Net::STOMP::Client

This module provides Input/Output (I/O) support. It is used internally by Net::STOMP::Client and should not be directly used elsewhere.

It uses non-blocking I/O: the socket is in non-blocking mode and errors like "EAGAIN" or "EWOULDBLOCK" are trapped.

This module provides the following internal methods:
new(SOCKET)
return a new Net::STOMP::Client::IO object (class method)
queue_data(DATA)
queue (append to the internal outgoing buffer) the given data (a binary string reference); return the length of DATA in bytes
send_data([OPTIONS])
send some queued data to the socket; return the total number of bytes written
receive_data([OPTIONS])
receive some data from the socket and put it in the internal incoming buffer; return the total number of bytes read

Net::STOMP::Client.

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

Copyright (C) CERN 2010-2017

2017-01-31 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.