Constructor for the Connection class.
Constructor for the Connection class.
This function closes a connection if it is open.
This function retrieves a Tube object from a Connection.
This function attempts to establish a connection to the server identified by a Connection objects settings.
This function is used to test whether a connection is open.
Getter for the server property.
This function provides package level access to the Socket held within a Connection object. Asking for a socket before a Connection has been explicitly opened implies an implicit call to the open() function.
The Connection class represents a connection to a single Beanstalkd server. A Connection instance should not be shared between multiple tubes.