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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Field Details
-
PATH
DER path to controls.
-
-
Constructor Details
-
ControlsHandler
Creates a new controls handler.- Parameters:
response
- to configure
-
-
Method Details
-
handle
Description copied from interface:ParseHandler
Invoked when a DER path is encountered that belongs to this parse handler.- Parameters:
parser
- that invoked this handlerencoded
- to handle
-