Class: Mfp::Server::Settings

Inherits:
Data
  • Object
show all
Defined in:
lib/mfp/server/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_frame_timeout_secsObject (readonly)

Returns the value of attribute first_frame_timeout_secs

Returns:

  • (Object)

    the current value of first_frame_timeout_secs



5
6
7
# File 'lib/mfp/server/server.rb', line 5

def first_frame_timeout_secs
  @first_frame_timeout_secs
end

#idle_timeout_secsObject (readonly)

Returns the value of attribute idle_timeout_secs

Returns:

  • (Object)

    the current value of idle_timeout_secs



5
6
7
# File 'lib/mfp/server/server.rb', line 5

def idle_timeout_secs
  @idle_timeout_secs
end

#loggerObject (readonly)

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



5
6
7
# File 'lib/mfp/server/server.rb', line 5

def logger
  @logger
end

#max_payloadObject (readonly)

Returns the value of attribute max_payload

Returns:

  • (Object)

    the current value of max_payload



5
6
7
# File 'lib/mfp/server/server.rb', line 5

def max_payload
  @max_payload
end

#max_streamsObject (readonly)

Returns the value of attribute max_streams

Returns:

  • (Object)

    the current value of max_streams



5
6
7
# File 'lib/mfp/server/server.rb', line 5

def max_streams
  @max_streams
end

#ping_timeout_secsObject (readonly)

Returns the value of attribute ping_timeout_secs

Returns:

  • (Object)

    the current value of ping_timeout_secs



5
6
7
# File 'lib/mfp/server/server.rb', line 5

def ping_timeout_secs
  @ping_timeout_secs
end