Package qpid :: Module ops :: Class ConnectionStart
[frames] | no frames]

Class ConnectionStart

object --+        
         |        
  Compound --+    
             |    
       Control --+
                 |
                ConnectionStart

This control starts the connection negotiation process by telling the
client the supported security mechanisms and locales from which the
client can choose.

  server_properties -- server properties

  mechanisms -- available security mechanisms

    A list of the security mechanisms that the server supports.

  locales -- available message locales

    A list of the message locales that the server supports. The locale
    defines the language in which the server will send reply texts.

Instance Methods

Inherited from Compound: __getitem__, __init__, __repr__, __setitem__, args, dispatch, fields

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

Class Variables
  ARGS = [server_properties: map, mechanisms: array, locales: ar...
  CODE = 257
  FIELDS = [server_properties: map, mechanisms: array, locales: ...
  NAME = 'connection_start'
  PACK = 2
  SIZE = 0

Inherited from Control: UNENCODED

Properties

Inherited from object: __class__

Class Variable Details

ARGS

Value:
[server_properties: map,
 mechanisms: array,
 locales: array,
 channel: uint16]

FIELDS

Value:
[server_properties: map, mechanisms: array, locales: array]