Module Ethon::Multi::Options
In: lib/ethon/multi/options.rb

This module contains the logic and knowledge about the available options on multi.

Methods

Public Instance methods

Sets max_total_connections option.

@example Set max_total_connections option.

  easy.max_total_conections = $value

@param [ String ] value The value to set.

@return [ void ]

Sets maxconnects option.

@example Set maxconnects option.

  easy.maxconnects = $value

@param [ String ] value The value to set.

@return [ void ]

Sets pipelining option.

@example Set pipelining option.

  easy.pipelining = $value

@param [ String ] value The value to set.

@return [ void ]

Sets socketdata option.

@example Set socketdata option.

  easy.socketdata = $value

@param [ String ] value The value to set.

@return [ void ]

Sets socketfunction option.

@example Set socketfunction option.

  easy.socketfunction = $value

@param [ String ] value The value to set.

@return [ void ]

Sets timerdata option.

@example Set timerdata option.

  easy.timerdata = $value

@param [ String ] value The value to set.

@return [ void ]

Sets timerfunction option.

@example Set timerfunction option.

  easy.timerfunction = $value

@param [ String ] value The value to set.

@return [ void ]

[Validate]