NAME
Net::STOMP::Client::IO - Input/Output support for Net::STOMP::Client
DESCRIPTION
This module provides Input/Output support for Net::STOMP::Client.
It is used internally by Net::STOMP::Client and is not expected to be used elsewhere.
FUNCTIONS
This module provides the following functions and methods:
- new(SOCKET)
-
create a new Net::STOMP::Client::IO object
- send_data(BUFFER[, TIMEOUT])
-
send the data in the given buffer to the socket
- receive_data([TIMEOUT])
-
receive data from the socket and put in the internal buffer
AUTHOR
Lionel Cons http://cern.ch/lionel.cons
Copyright CERN 2010