Module yami :: Class Agent :: Class OptionNames
[frames] | no frames]

Class OptionNames

object --+
         |
        Agent.OptionNames

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  TCP_LISTEN_BACKLOG = "tcp_listen_backlog"
  TCP_REUSEADDR = "tcp_reuseaddr"
  TCP_NONBLOCKING = "tcp_nonblocking"
  TCP_CONNECT_TIMEOUT = "tcp_connect_timeout"
  TCP_NODELAY = "tcp_nodelay"
  TCP_KEEPALIVE = "tcp_keepalive"
  TCP_FRAME_SIZE = "tcp_frame_size"
  UDP_FRAME_SIZE = "udp_frame_size"
  UNIX_LISTEN_BACKLOG = "unix_listen_backlog"
  UNIX_NONBLOCKING = "unix_nonblocking"
  UNIX_FRAME_SIZE = "unix_frame_size"
  FILE_NONBLOCKING = "file_nonblocking"
  FILE_FRAME_SIZE = "file_frame_size"
  DISPATCHER_THREADS = "dispatcher_threads"
  CONNECTION_RETRIES = "connection_retries"
  CONNECTION_RETRY_DELAY_SPREAD = "connection_retry_delay_spread"
  OUTGOING_HIGH_WATER_MARK = "outgoing_high_water_mark"
  OUTGOING_LOW_WATER_MARK = "outgoing_low_water_mark"
  INCOMING_HIGH_WATER_MARK = "incoming_high_water_mark"
  INCOMING_LOW_WATER_MARK = "incoming_low_water_mark"
  INCOMING_QUEUE_MAX_LENGTH = "incoming_queue_max_length"
Properties

Inherited from object: __class__