Package org.ldaptive
Class AbstractResult.ResultCodeHandler
java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<AbstractResult>
org.ldaptive.AbstractResult.ResultCodeHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
AbstractResult
protected static class AbstractResult.ResultCodeHandler
extends AbstractParseHandler<AbstractResult>
Parse handler implementation for the LDAP result code.
-
Constructor Summary
ConstructorsConstructorDescriptionResultCodeHandler
(AbstractResult response) Creates a new LDAP result code handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Constructor Details
-
ResultCodeHandler
Creates a new LDAP result code 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
-