Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.SessionAttributes Class Reference

Constants relating to the ISessionAttributes interface. More...

Static Public Attributes

static readonly int DEFAULT_CONNECTION_TIMEOUT = 2000
 The default connection timeout. More...
 
static readonly int DEFAULT_WRITE_TIMEOUT = 2000
 The default write timeout. More...
 
static readonly int DEFAULT_MAXIMUM_MESSAGE_SIZE = 32 * 1024
 The default maximum message size. More...
 
static readonly int MAXIMUM_MESSAGE_SIZE_MIN = 1024
 The minimum value that the maximum message size can be set to. More...
 
static readonly int DEFAULT_RECONNECTION_TIMEOUT = 60000
 The default reconnection timeout in milliseconds. More...
 
static readonly int DEFAULT_INPUT_BUFFER_SIZE = 1024 * 1024
 The default size of socket and message input buffers. More...
 
static readonly int DEFAULT_OUTPUT_BUFFER_SIZE = 1024 * 1024
 The default size of socket and message output buffers. More...
 
static readonly int DEFAULT_MAXIMUM_QUEUE_SIZE = 1000
 The default maximum outbound queue size in messages. More...
 

Detailed Description

Constants relating to the ISessionAttributes interface.

Member Data Documentation

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_CONNECTION_TIMEOUT = 2000
static

The default connection timeout.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_INPUT_BUFFER_SIZE = 1024 * 1024
static

The default size of socket and message input buffers.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_MAXIMUM_MESSAGE_SIZE = 32 * 1024
static

The default maximum message size.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_MAXIMUM_QUEUE_SIZE = 1000
static

The default maximum outbound queue size in messages.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_OUTPUT_BUFFER_SIZE = 1024 * 1024
static

The default size of socket and message output buffers.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_RECONNECTION_TIMEOUT = 60000
static

The default reconnection timeout in milliseconds.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_WRITE_TIMEOUT = 2000
static

The default write timeout.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.MAXIMUM_MESSAGE_SIZE_MIN = 1024
static

The minimum value that the maximum message size can be set to.


The documentation for this class was generated from the following file: