Package org.ldaptive
Class AbstractResult.ReferralHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
- AbstractResult
Parse handler implementation for the LDAP referral.
-
Constructor Summary
ConstructorsConstructorDescriptionReferralHandler(AbstractResult response) Creates a new LDAP referral handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Constructor Details
-
ReferralHandler
Creates a new LDAP referral handler.- Parameters:
response- to configure
-
-
Method Details
-
handle
Description copied from interface:ParseHandlerInvoked when a DER path is encountered that belongs to this parse handler.- Parameters:
parser- that invoked this handlerencoded- to handle
-