Package org.ldaptive

Class AbstractMessage.ControlsHandler

java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<AbstractMessage>
org.ldaptive.AbstractMessage.ControlsHandler
All Implemented Interfaces:
ParseHandler
Enclosing class:
AbstractMessage

protected static class AbstractMessage.ControlsHandler extends AbstractParseHandler<AbstractMessage>
Parse handler implementation for the message controls.
  • Field Details

    • PATH

      public static final DERPath PATH
      DER path to controls.
  • Constructor Details

    • ControlsHandler

      public ControlsHandler(AbstractMessage response)
      Creates a new controls handler.
      Parameters:
      response - to configure
  • Method Details

    • handle

      public void handle(DERParser parser, DERBuffer encoded)
      Description copied from interface: ParseHandler
      Invoked when a DER path is encountered that belongs to this parse handler.
      Parameters:
      parser - that invoked this handler
      encoded - to handle