Class NoticeOfDisconnection

All Implemented Interfaces:
Message, Result

public class NoticeOfDisconnection extends UnsolicitedNotification
LDAP notice of disconnection defined as:
   ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
     COMPONENTS OF LDAPResult,
     responseName     [10] LDAPOID OPTIONAL,
     responseValue    [11] OCTET STRING OPTIONAL }
 
where the result code indicates the reason for disconnection and the response value is absent.
  • Field Details

  • Constructor Details

    • NoticeOfDisconnection

      public NoticeOfDisconnection()
      Default constructor.
    • NoticeOfDisconnection

      public NoticeOfDisconnection(DERBuffer buffer)
      Creates a new notice of disconnection.
      Parameters:
      buffer - to decode
  • Method Details