Class: Pixelflut::Server::Connection::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/pixelflut/server/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#canvasObject

Returns the value of attribute canvas

Returns:

  • (Object)

    the current value of canvas



8
9
10
# File 'lib/pixelflut/server/connection.rb', line 8

def canvas
  @canvas
end

#command_limitObject

Returns the value of attribute command_limit

Returns:

  • (Object)

    the current value of command_limit



8
9
10
# File 'lib/pixelflut/server/connection.rb', line 8

def command_limit
  @command_limit
end

#keep_alive_timeObject

Returns the value of attribute keep_alive_time

Returns:

  • (Object)

    the current value of keep_alive_time



8
9
10
# File 'lib/pixelflut/server/connection.rb', line 8

def keep_alive_time
  @keep_alive_time
end

#on_endObject

Returns the value of attribute on_end

Returns:

  • (Object)

    the current value of on_end



8
9
10
# File 'lib/pixelflut/server/connection.rb', line 8

def on_end
  @on_end
end

#read_buffer_sizeObject

Returns the value of attribute read_buffer_size

Returns:

  • (Object)

    the current value of read_buffer_size



8
9
10
# File 'lib/pixelflut/server/connection.rb', line 8

def read_buffer_size
  @read_buffer_size
end

#size_resultObject

Returns the value of attribute size_result

Returns:

  • (Object)

    the current value of size_result



8
9
10
# File 'lib/pixelflut/server/connection.rb', line 8

def size_result
  @size_result
end