YAMI4 for .NET 1.3.0

Inspirel.YAMI.OptionNames Class Reference

This class groups constant values for option names. These constants are recommended instead of literal values for safety. More...

List of all members.

Public Attributes

const string TCP_LISTEN_BACKLOG = "tcp_listen_backlog"
 literal for "tcp_listen_backlog" property
const string TCP_REUSEADDR = "tcp_reuseaddr"
 literal for "tcp_reuseaddr" property
const string TCP_CONNECT_TIMEOUT = "tcp_connect_timeout"
 literal for "tcp_connect_timeout" property
const string TCP_NODELAY = "tcp_nodelay"
 literal for "tcp_nodelay" property
const string TCP_KEEPALIVE = "tcp_keepalive"
 literal for "tcp_keepalive" property
const string TCP_FRAME_SIZE = "tcp_frame_size"
 literal for "tcp_frame_size" property
const string UDP_FRAME_SIZE = "udp_frame_size"
 literal for "udp_frame_size" property
const string DISPATCHER_THREADS = "dispatcher_threads"
 literal for "dispatcher_threads" property
const string CONNECTION_RETRIES = "connection_retries"
 literal for "connection_retries" property
const string CONNECTION_RETRY_DELAY_SPREAD = "connection_retry_delay_spread"
 literal for "connection_retry_delay_spread" property
const string OUTGOING_HIGH_WATER_MARK = "outgoing_high_water_mark"
 literal for "outgoing_high_water_mark" property
const string OUTGOING_LOW_WATER_MARK = "outgoing_low_water_mark"
 literal for "outgoing_low_water_mark" property
const string INCOMING_HIGH_WATER_MARK = "incoming_high_water_mark"
 literal for "incoming_high_water_mark" property
const string INCOMING_LOW_WATER_MARK = "incoming_low_water_mark"
 literal for "incoming_low_water_mark" property
const string DELIVER_AS_RAW_BINARY = "deliver_as_raw_binary"
 literal for "deliver_as_raw_binary" property

Detailed Description

This class groups constant values for option names. These constants are recommended instead of literal values for safety.


Member Data Documentation

const string Inspirel.YAMI.OptionNames.CONNECTION_RETRIES = "connection_retries"

literal for "connection_retries" property

const string Inspirel.YAMI.OptionNames.CONNECTION_RETRY_DELAY_SPREAD = "connection_retry_delay_spread"

literal for "connection_retry_delay_spread" property

const string Inspirel.YAMI.OptionNames.DELIVER_AS_RAW_BINARY = "deliver_as_raw_binary"

literal for "deliver_as_raw_binary" property

const string Inspirel.YAMI.OptionNames.DISPATCHER_THREADS = "dispatcher_threads"

literal for "dispatcher_threads" property

const string Inspirel.YAMI.OptionNames.INCOMING_HIGH_WATER_MARK = "incoming_high_water_mark"

literal for "incoming_high_water_mark" property

const string Inspirel.YAMI.OptionNames.INCOMING_LOW_WATER_MARK = "incoming_low_water_mark"

literal for "incoming_low_water_mark" property

const string Inspirel.YAMI.OptionNames.OUTGOING_HIGH_WATER_MARK = "outgoing_high_water_mark"

literal for "outgoing_high_water_mark" property

const string Inspirel.YAMI.OptionNames.OUTGOING_LOW_WATER_MARK = "outgoing_low_water_mark"

literal for "outgoing_low_water_mark" property

const string Inspirel.YAMI.OptionNames.TCP_CONNECT_TIMEOUT = "tcp_connect_timeout"

literal for "tcp_connect_timeout" property

const string Inspirel.YAMI.OptionNames.TCP_FRAME_SIZE = "tcp_frame_size"

literal for "tcp_frame_size" property

const string Inspirel.YAMI.OptionNames.TCP_KEEPALIVE = "tcp_keepalive"

literal for "tcp_keepalive" property

const string Inspirel.YAMI.OptionNames.TCP_LISTEN_BACKLOG = "tcp_listen_backlog"

literal for "tcp_listen_backlog" property

const string Inspirel.YAMI.OptionNames.TCP_NODELAY = "tcp_nodelay"

literal for "tcp_nodelay" property

const string Inspirel.YAMI.OptionNames.TCP_REUSEADDR = "tcp_reuseaddr"

literal for "tcp_reuseaddr" property

const string Inspirel.YAMI.OptionNames.UDP_FRAME_SIZE = "udp_frame_size"

literal for "udp_frame_size" property


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events