Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for 
change notification.

The following page has been changed by EmmanuelLecharny:
http://wiki.apache.org/directory/Asn1Home

------------------------------------------------------------------------------
  
  attachment:controls.png
  
+ Those two states automaton will be implemented as a Grammar instance, which 
will be processed for each LdapMessage we will receive. When we will know which 
kind of Message we have to deal with, a new Grammar will be loaded and 
processed (a Bind``Request grammar, or a Bind``Response...). If the specific 
message is correctly decoded, we may have to load the Controls grammar. So the 
engine switch from grammar to grammar depending on which part it is decoding. 
This is implemented by a Grammar stack which is stored in the decoder Container.
+ 
  === LdapResult ===
  
  Many Ldap``Message while return a result. A specific sub-diagram is dedicated 
to this Ldap``Result :
  
  attachment:ldapResult.png
+ 
+ We have a specific Grammar to process this LdapResult.
  
  === BindRequest ===
  

Reply via email to